BioC++ core-0.7.0
The Modern C++ libraries for Bioinformatics.
 
Loading...
Searching...
No Matches
translation_genetic_code.hpp File Reference

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

#include <bio/core.hpp>
+ 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

namespace  bio
 The main BioC++ namespace.
 
namespace  bio::alphabet
 The alphabet module's namespace.
 

Enumerations

enum struct  bio::alphabet::genetic_code : uint8_t { CANONICAL = 1 }
 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>