Learn R Programming

cubar (version 1.2.0)

show_codon_tables: Display available genetic code tables

Description

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().

Usage

show_codon_tables()

Arguments

Value

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.

Examples

Run this code
# Display all available NCBI genetic code tables
show_codon_tables()

Run the code above in your browser using DataLab