| Ymir
    .9
    Fast\C++toolforcomputationofassemblingprobabilities,statisticalinferenceofassemblingstatisticalmodelandgenerationofartificialsequencesofT-cellreceptorsdata. | 
A struct for representing nucleotide codons for amino acids. More...
#include <types.h>
| Classes | |
| struct | Codons | 
| Public Types | |
| typedef std::unordered_multimap | aa_to_codon_storage_t | 
| typedef std::unordered_map | codon_to_aa_storage_t | 
| Public Member Functions | |
| CodonTable (CodonTable const &)=delete | |
| void | operator= (CodonTable const &)=delete | 
| std::string | translate (const std::string &nuc_seq) const | 
| Codons | codons (char aminoacid) const | 
| Static Public Member Functions | |
| static CodonTable & | table () | 
| Protected Attributes | |
| std::unordered_multimap< char, std::string > | _codons | 
A struct for representing nucleotide codons for amino acids.
 1.8.11
 1.8.11