the_codon_table | R Documentation |
Translation Table 1 from Genetic Codes
data(the_codon_table)
A dataframe
https://www.ncbi.nlm.nih.gov/Taxonomy/Utils/wprintgc.cgi?chapter=tgencodes#SG1The Genetic Codes
(Takahashi et al. (2005). Genomics 2005 Mar;85(3):360-71.doi: 10.1016/j.ygeno.2004.11.012. (PubMed)
data(the_codon_table) amino_acid_sq <- paste0(the_codon_table[codons], collapse = "")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.