Description Usage Arguments Value Examples
View source: R/PATHWAY_ANALYSIS.R
Converts a vector of specmine metabolite codes into a vector of the corresponding KEGG codes. This is performed by using our internal library used in NMR identification, it will not have all chebi codes.
1 | convert_multiple_spcmnm_to_kegg(spcmnm_codes)
|
spcmnm_codes |
Vector with the SPCMNM codes (each chebi must be structured like: SPCMNM<number>) |
Named vector with kegg codes and respective names. Vector names are the compound names and the vector elements the kegg codes.
1 2 | keggs=convert_multiple_spcmnm_to_kegg(c("SPCMNM2111", "SPCMNM2142", "SPCMNM069774"))
keggs
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.