View source: R/PATHWAY_ANALYSIS.R
| convert_chebi_to_kegg | R Documentation |
Auto-exported function: convert_chebi_to_kegg
convert_chebi_to_kegg(chebi_codes)
chebi_codes |
Character vector of ChEBI identifiers. |
A named character vector with the KEGG compound identifiers
corresponding to the input ChEBI codes. The vector values are KEGG compound
codes prefixed with "cpd:", and the element names are the matched
compound names.
## Not run:
convert_chebi_to_kegg(c("CHEBI:15377"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.