The rDGIdb R/Bioconductor package provides a wrapper to query the drug-gene interaction database (DGIdb) from R.
rDGIdb is available on Bioconductor.
Type the following commands into your R console to install the package:
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("rDGIdb")`
To load the package, use:
library("rDGIdb")
How to use the package is explained in the vignette and in R help files. After successful installation, open the vignette through:
browseVignettes("rDGIdb")
This package is release under the MIT licence.
thomas.thurnherr (at) bsse.ethz.ch