create_codon_table | R Documentation |
create_codon_table
creates codon table from data frame of aa to codon mapping.
create_codon_table(aa2codon)
aa2codon |
a data frame with two columns: amino_acid (Ala, Arg, etc.) and codon. |
a data.table
with four columns: aa_code, amino_acid, codon, and subfam.
head(aa2codon)
create_codon_table(aa2codon = aa2codon)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.