The drexplorer2 R package is developed to facilitate the analysis of dose-response data. It can be used to:
A figure summary of its functions can be found from our paper (figure cited from PubMed Central):
The devtools package is used to install R packages hosted on Github. To install drexplorer2, type the following commands in the R console:
library(devtools)
install_github("lshen1/drexplorer2")
# load the package
library(drexplorer2)
# GUI for dose-response curve fitting
drexplorerGUI_1()
# GUI for drug-drug interaction
drexplorerGUI_2()
A manual is available.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.