View source: R/generate_drug.R
AnnotateDrug | R Documentation |
This function is a wrapper for multiple query functions. It will query PubChem, ChEMBL, UniChem, and DTC to fetch information for drugs
AnnotateDrug(drug_names)
drug_names |
A vector of characters containing the names for the drugs |
A list with two data frames:
drug It contain the basic information from PubChem, ChEMBL, and UniChem database.
target It contains the target information for durgs from DTC database.
AnnotateDrug(c("aspirin", ""))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.