drugverse provides pharmaceutical researchers with different tools that mimic the data science life cycle and helps them to achieve their missions in solving challenges pertaining to drug development.
Following is what drugverse would be capable of doing upon its completion:
The following are the packages and tools that are working under drugverse:
The main purpose of dbparser, DrugBank Parser, is to parse the DrugBank database which is downloadable in XML format into more than 75 R dataframes. These dataframes can then be explored and analyzed as desired by the user. This package further provides the facility of saving the parsed data into a given database (e.g. MySQL).
Shiny application for that package is under development
dvminer is a complete R Shiny application package that can be used to do the following:
All services behind that shiny application can be used separately without calling the shiny app.
dvpred is a package that provides implementations of different algorithms for predicting drug-target interactions. These algorithms can be categorized as follows:
The package will also contain a shiny application that can be used separately without calling the shiny app.
dvsem is a package that:
A shiny application, called Byakugan, that wrap the above functionalities in addition to interactive visualization.
You can install the released version of drugverse from CRAN with:
install.packages("drugverse")
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("Dainanahan/drugverse")
This is a basic example which shows you how to solve a common problem:
library(drugverse)
## basic example code
Please note that the ‘drugverse’ project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
👍🎉 First off, thanks for taking the time to contribute! 🎉👍 Please review our Contributing Guide.
Think drugverse is useful? Let others discover it, by telling them in person, via Twitter or a blog post.
Using drugverse for a paper you are writing? Consider citing it
citation("drugverse")
#>
#> To cite drugverse in publications use:
#>
#> Mohammed Ali, Ali Ezzat, João Torres,Nada Ali, Marwa Mohammed,
#> Marwa Mustafa (2019). drugverse: Drug Verse R Ecosystem. R
#> package version 0.1.0.9000.
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {Drug Verse R Ecosystem},
#> author = {Mohammed Ali and Ali Ezzat and João Torres and Nada Ali and Marwa Mohammed and Marwa Mustafa},
#> organization = {Dainanahan},
#> year = {2019},
#> note = {R package version 0.1.0.9000},
#> url = {https://CRAN.R-project.org/package=drugverse},
#> }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.