powered by
create_codon_table creates codon table from data frame of aa to codon mapping.
create_codon_table
create_codon_table(aa2codon)
a data.table with four columns: aa_code, amino_acid, codon, and subfam.
data.table
a data frame with two columns: amino_acid (Ala, Arg, etc.) and codon.
head(aa2codon) create_codon_table(aa2codon = aa2codon)
Run the code above in your browser using DataLab