which_trans_table | R Documentation |
Recommends which translation table to use if taxonomic data are available. The recommendations are based on the translation tables reported for different taxonomic classifications on the Barcode of Life Data Systems (BOLD - http://www.boldsystems.org/index.php).
which_trans_table(x)
x |
A taxonomic designation (allowed ranks: family, order, class, phylum). |
If which_trans_table is unable to identify a translation table, more information on translation tables can be found here: https://www.ncbi.nlm.nih.gov/Taxonomy/Utils/wprintgc.cgi
An integer indicating the correct translation table.
which_trans_table("Chordata") #phylum which_trans_table("Actinopterygii") #class which_trans_table("Akentrogonida") #order which_trans_table("Hydrobiidae") #family
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.