View source: R/ontology_kegg.R
get_kegg_compounds | R Documentation |
This function attempts to iterate over every pathway for a given abbreviation/species and extract from them the set of compounds. This was mostly copy/pasted from get_kegg_genes.
get_kegg_compounds(
pathway = "all",
abbreviation = NULL,
species = "leishmania major",
savefile = NULL
)
pathway |
One or more pathways, all does what it says on the tin. |
abbreviation |
Approximately 3 character KEGG abbreviation. |
species |
If you do not have the abbreviation, this will try to find it. |
savefile |
Currently unused I think, but eventually should make a savefile of the results. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.