View source: R/PATHWAY_ANALYSIS.R
| convert_hmdb_to_kegg | R Documentation |
Get kegg codes from hmdb codes:
convert_hmdb_to_kegg(hmdb_codes)
hmdb_codes |
Character vector of HMDB identifiers. |
A named character vector with the KEGG compound identifiers
corresponding to the input HMDB codes. The vector values are KEGG compound
codes prefixed with "cpd:", and the element names are the matched
compound names.
## Not run:
convert_hmdb_to_kegg(c("HMDB0000122"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.