show_codon_tables | R Documentation |
show_codon_tables
displays a formatted list of all genetic code tables
available from NCBI, showing their ID numbers and descriptive names. This
function helps users identify the appropriate genetic code ID to use with
get_codon_table()
.
show_codon_tables()
No return value (called for side effects). The function prints a formatted table of available genetic codes to the console, with each line showing the numeric ID and corresponding organism/organelle description.
# Display all available NCBI genetic code tables
show_codon_tables()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.