knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

drugverse

Travis build status AppVeyor build status CRAN status codecov Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Lifecycle: experimental

Introduction

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:

Packages & Tools

The following are the packages and tools that are working under drugverse:

dbparser

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 (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 (under development)

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 (under development)

dvsem is a package that:

A shiny application, called Byakugan, that wrap the above functionalities in addition to interactive visualization.

Installation

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")

Example

This is a basic example which shows you how to solve a common problem:

library(drugverse)
## basic example code

Code of Conduct

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.

Contributing Guide

👍🎉 First off, thanks for taking the time to contribute! 🎉👍 Please review our Contributing Guide.

Share the love ❤️

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")


Dainanahan/drugverse documentation built on Feb. 19, 2020, 5:24 p.m.