dbparser: A package for reading and parsing DrugBank xml database.
Source:R/dbparser-package.R
dbparser.Rd
The main purpose of the `dbparser` package is to parse [DrugBank](https://go.drugbank.com/) database which is downloadable in XML format from [this link](https://go.drugbank.com/releases/latest).
Details
The parsed data can then be explored and analyzed.
To achieve this purpose, `dbparser“ package provides three main categories of functions:
- xml db reader,
- DrugBank elements parsers,
For more information kindly check the reference/index (https://docs.ropensci.org/dbparser/reference/index.html)
parsers functions
Each parser function is responsible of parsing certain drug element and returning its tibble.
Check this tutorial (https://docs.ropensci.org/dbparser/articles/dbparser.html)
Author
Maintainer: Mohammed Ali moh_fcis@yahoo.com
Authors:
Ali Ezzat ali_ezzat85@yahoo.com
Other contributors:
Hao Zhu haozhu233@gmail.com [reviewer]
Emma Mendelsohn [reviewer]