Antkeeper
0.0.1
|
#include <engine/genetics/codon.hpp>
Go to the source code of this file.
Namespaces | |
genetics | |
Genetic algorithms. | |
genetics::codon | |
Functions and structures related to triplets of IUPAC base symbols. | |
Functions | |
char | genetics::codon::translate (char base1, char base2, char base3, const char *aas) |
Translates a codon into an amino acid. More... | |
bool | genetics::codon::is_start (char base1, char base2, char base3, const char *starts) |
Returns true if a codon is a start codon. More... | |
bool | genetics::codon::is_stop (char base1, char base2, char base3, const char *aas) |
Returns true if a codon is a stop codon. More... | |