get_codon_table | R Documentation |
get_codon_table
creates a codon table based on the given id of genetic code in NCBI.
get_codon_table(gcid = "1")
gcid |
a string of genetic code id. run |
a data.table
with four columns: aa_code, amino_acid, codon, and subfam.
# Standard genetic code
get_codon_table()
# Vertebrate Mitochondrial genetic code
get_codon_table(gcid = '2')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.