Description Usage Arguments Value Examples
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 | drug_info(drug_content)
|
kegg_content |
The content of a KEGG query |
A tibble.
1 2 | q <- kegg_query(query_string = "aspirin")
info <- extract_info(kegg_content = q)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.