Antkeeper  0.0.1
Public Attributes | List of all members
genetics::codon::table Struct Reference

Table for translating codons to amino acids. More...

#include <codon.hpp>

Public Attributes

const char * aas
 String of 64 IUPAC amino acid base symbols, in TCAG order. More...
 
const char * starts
 String of 64 IUPAC amino acid base symbols, in TCAG order, where symbols other than - and * indicate a start codon and its amino acid. More...
 

Detailed Description

Table for translating codons to amino acids.

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

Definition at line 33 of file codon.hpp.

Member Data Documentation

◆ aas

const char* genetics::codon::table::aas

String of 64 IUPAC amino acid base symbols, in TCAG order.

Definition at line 36 of file codon.hpp.

◆ starts

const char* genetics::codon::table::starts

String of 64 IUPAC amino acid base symbols, in TCAG order, where symbols other than - and * indicate a start codon and its amino acid.

Definition at line 39 of file codon.hpp.


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