Antkeeper  0.0.1
Namespaces | Variables
genetics Namespace Reference

Genetic algorithms. More...

Namespaces

 amino_acid
 Functions which operate on IUPAC amino acid symbols.
 
 base
 Functions which operate on IUPAC degenerate base symbols.
 
 codon
 Functions and structures related to triplets of IUPAC base symbols.
 
 matrix
 Substitution matrix constants.
 
 protein
 Functions which operate on sequences of IUPAC amino acid symbols.
 
 sequence
 Functions and structures related to sequences of IUPAC degenerate base symbols.
 

Variables

constexpr codon::table standard_code
 Codon table for standard genetic code. More...
 

Detailed Description

Genetic algorithms.

Variable Documentation

◆ standard_code

constexpr codon::table genetics::standard_code
constexpr
Initial value:
=
{
"FFLLSSSSYY**CC*WLLLLPPPPHHQQRRRRIIIMTTTTNNKKSSRRVVVVAAAADDEEGGGG",
"---M------**--*----M---------------M----------------------------",
}

Codon table for standard genetic code.

See also
https://www.ncbi.nlm.nih.gov/Taxonomy/Utils/wprintgc.cgi#SG1

Definition at line 32 of file standard-code.hpp.