Description Usage Arguments Value Examples
Given the output of a POST request to KEGG REST API, returns information on either drug or compound queried using the drug_info
or compound_info
, respectively. The input to the function comes from the kegg_query
output.
1 | extract_info(kegg_content)
|
kegg_content |
REST API content for a KEGG query on a drug or compound. |
Information on compound or drug, including chemical formula, external ids, disease indications, or pathways involved. Please refer to the drug_info
or compound_info
for details.
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.