Description Usage Arguments Value Examples
View source: R/compound_info.R
Given a KEGG query obtained using the kegg_query
function, returns information on a chemical compound. Returned elements are drug ids for compound (when available), pathways the compound is involved in, chemical formula, and external ids (CAS, PubChem, ChEBI, and DrugBank) for compound.
1 | compound_info(kegg_content)
|
kegg_content |
The content of a KEGG query |
A tibble.
1 2 | aspirin_query <- kegg_query("aspirin")
aspirin_info <- compound_info(aspirin_query)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.