Antkeeper
0.0.1
|
Table for translating codons to amino acids. More...
#include <codon.hpp>
Public Attributes | |
const char * | aas |
String of 64 IUPAC amino acid base symbols, in TCAG order. More... | |
const char * | starts |
String of 64 IUPAC amino acid base symbols, in TCAG order, where symbols other than - and * indicate a start codon and its amino acid. More... | |
Table for translating codons to amino acids.
const char* genetics::codon::table::aas |
const char* genetics::codon::table::starts |