Ymir  .9
Fast\C++toolforcomputationofassemblingprobabilities,statisticalinferenceofassemblingstatisticalmodelandgenerationofartificialsequencesofT-cellreceptorsdata.
Classes | Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
ymir::CodonTable Struct Reference

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 CodonTabletable ()
 

Protected Attributes

std::unordered_multimap< char, std::string > _codons
 

Detailed Description

A struct for representing nucleotide codons for amino acids.


The documentation for this struct was generated from the following files: