getDBDrug | R Documentation |
Get DrugBank drug entry
getDBDrug(data, drug)
data |
The dataframe containing the parsed information of DrugBank. This argument can be obtained using the function loadDBXML(DrugBankFile) |
drug |
The ID or list of IDs of the DrugBank drug entries starting with "DB" |
A dataframe containing the DrugBank entry with its information
## Not run:
data=loadDBXML(DrugBankFilePath)
getDBDrug(data, "DB00001")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.