SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
translation_genetic_code.hpp File Reference

Genetic codes used for translating a triplet of nucleotides into an amino acid. More...

+ Include dependency graph for translation_genetic_code.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Enumerations

enum class  seqan3::genetic_code : uint8_t { seqan3::canonical = 1 , seqan3::CANONICAL = canonical }
 Genetic codes used for translation of nucleotides into amino acids. More...
 

Detailed Description

Genetic codes used for translating a triplet of nucleotides into an amino acid.

Author
Sara Hetzel <sara.hetzel AT fu-berlin.de>