SeqAn3
structured_aa.hpp File Reference

Contains the composition of aminoacid with structure alphabets. More...

#include <iostream>
#include <string>
#include <utility>
#include <seqan3/alphabet/aminoacid/all.hpp>
#include <seqan3/alphabet/composition/cartesian_composition.hpp>
#include <seqan3/alphabet/concept.hpp>
#include <seqan3/alphabet/structure/dssp9.hpp>
Include dependency graph for structured_aa.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::structured_aa< sequence_alphabet_t, structure_alphabet_t >
 A seqan3::cartesian_composition that joins an aminoacid alphabet with a protein structure alphabet. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Detailed Description

Contains the composition of aminoacid with structure alphabets.

Author
Joerg Winkler <j.winkler AT fu-berlin.de>