Description Usage Arguments Value Examples
View source: R/compound_query.R
This function will perform a query of a given compound/drug in KEGG or PubChem and return available data based on queries to the REST APIs for either database.
1 | compound_query(query_string)
|
query_string |
A character string with a compound/drug name |
A list of tibbles that contain general information, target information, pathways where compound is involved, diseases associated with compound/drug, common uses for a drug of interest, and KEGG drug groups for compound of interest.
1 | compound_query("aspirin")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.