chalmers_gem_id_mapping_table | R Documentation |
Metabolite ID translation tables from Chalmers Sysbio
chalmers_gem_id_mapping_table(to, from = "metabolicatlas", organism = "Human")
to |
Character: type of ID to translate to, either label used internally in this package, or a column name from "metabolites.tsv" distributed by Chalmers Sysbio. NSE is supported. |
from |
Character: type of ID to translate from, same format as "to". |
organism |
Character or integer: name or identifier of the organism. Supported taxons are 9606 (Homo sapiens), 10090 (Mus musculus), 10116 (Rattus norvegicu), 7955 (Danio rerio), 7227 (Drosophila melanogaster) and 6239 (Caenorhabditis elegans). |
Tibble with two columns, "From" and "To", with the corresponding ID types.
chalmers_gem_id_mapping_table('metabolicatlas', 'hmdb')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.