# Standard genetic code (used by most organisms)
standard_code <- get_codon_table()
head(standard_code)
# Vertebrate mitochondrial genetic code
mito_code <- get_codon_table(gcid = '2')
head(mito_code)
Run the code above in your browser using DataLab