This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | GeneticCode |
Enumerations | |
enum | Codon { AAA, AAU, AAG, AAC, AUA, AUU, AUG, AUC, AGA, AGU, AGG, AGC, ACA, ACU, ACG, ACC, UAU, UAC, UUA, UUU, UUG, UUC, UGU, UGG, UGC, UCA, UCU, UCG, UCC, GAA, GAU, GAG, GAC, GUA, GUU, GUG, GUC, GGA, GGU, GGG, GGC, GCA, GCU, GCG, GCC, CAA, CAU, CAG, CAC, CUA, CUU, CUG, CUC, CGA, CGU, CGG, CGC, CCA, CCU, CCG, CCC, UAA, UAG, UGA } |
enum | Anticodon { uuu, quu, gau, nau, cau, icg, ccg, ucu, gga, gcu, ggu, ugu, cca, qua, gag, uag, cag, aaa, gaa, gca, uuc, quc, gac, gcc, ucc, ccc, ggc, uug, cug, qug, qgg, ugg, stop } |
|
Definition at line 23 of file GeneticCode.h. Referenced by GeneticCode::get_anticodon, and TranslationModelMinimizable::TranslationModelMinimizable. |
|
Definition at line 5 of file GeneticCode.h. Referenced by GeneticCode::get_anticodon, GeneticCode::read_seq, TranslationModelMinimizable::TranslationModelMinimizable, and GeneticCode::write_seq. |