faif
|
codons for given amino, amino for given codon, singleton More...
#include <CodonAminoTable.h>
Public Member Functions | |
AminoAcid | getAmino (const Codon &codon) const |
the amino for given codon More... | |
std::set< Codon > | getCodons (AminoAcid amino) const |
codons for given amino More... | |
std::set< Codon > | getCodons (const Codon &codon) const |
equiwalent codons More... | |
Static Public Member Functions | |
static CodonAminoTable & | getInstance () |
codons for given amino, amino for given codon, singleton
The objects store the maps between codons and aminos.
equiwalent codons
return the set of codons for given codon which are equivalent (codes the same amino)
References getAmino(), and getCodons().