Learn R Programming

cubar (version 1.1.0)

show_codon_tables: show available codon tables

Description

show_codon_tables print a table of available genetic code from NCBI through Biostrings::GENETIC_CODE_TABLE.

Usage

show_codon_tables()

Arguments

Value

No return value (NULL). Available codon tables will be printed out directly.

Examples

Run this code
# print available NCBI codon table IDs and descriptions.
show_codon_tables()

Run the code above in your browser using DataLab