-
Notifications
You must be signed in to change notification settings - Fork 3
/
README.Rmd
45 lines (31 loc) · 1.31 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
## Overview
**dbdataset** is a data package containing different tibbles that constitute the dataset parsed from [DrugBank](https://www.drugbank.ca). The dataset was extracted from the DrugBank XML database via [dbparser](https://docs.ropensci.org/dbparser) R package.
The dataset can be used for conveniently exploring and analyzing the contents of the DrugBank database. The dataset is also intended to assist in drug discovery endeavors that plan to make use of the **DrugBank** database.
Moreover; it also can be used to in Machine Learning in many sub-fields such as:
- Natural Language Processing (NLP)
- Web Scrapping
- Visualization
### Installation
As the package size exceeds the limit set by CRAN, it will be hosted on Github only for now. Hence, it could be installed via the following command.
```{r eval=FALSE}
devtools::install_github("interstellar-Consultation-Services/dbdataset")
```
The datasets will then be available after running the following command:
```{r eval=FALSE}
library(dbdataset)
```
## Used Versions
- dbparser: 2.0.3
- Drugbank: 5.1.12