powered by
get_codon_table creates a codon table based on the given id of genetic code in NCBI.
get_codon_table
get_codon_table(gcid = "1")
a data.table with four columns: aa_code, amino_acid, codon, and subfam.
data.table
a string of genetic code id. run show_codon_tables() to see available codon tables.
show_codon_tables()
# Standard genetic code get_codon_table() # Vertebrate Mitochondrial genetic code get_codon_table(gcid = '2')
Run the code above in your browser using DataLab