Description Usage Arguments Value Examples
View source: R/parse_drugbank.R
Wrapper function to parse DrugBank XML file and generate a tibble for usage in DrugMineR. Built on the 'dbparser' package. The data that is provided with 'DrugMineR' was built using DrugBank v5.1.4.
1 | parse_drugbank(drugbank_xml)
|
drugbank_xml |
Full XML database file for DrugBank ([from here](https://www.drugbank.ca/releases/latest)) |
A tibble for DrugBank information
1 | drugbank_parsed <- parse_drugbank("path/to/drugbank.xml")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.