Skip to content

bioc/rDGIdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rDGIdb: R Wrapper for DGIdb

The rDGIdb R/Bioconductor package provides a wrapper to query the drug-gene interaction database (DGIdb) from R.

Installation

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

Usage

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

Licence

This package is release under the MIT licence.

Contributions

Contact

thomas.thurnherr (at) bsse.ethz.ch

About

This is a read-only mirror of the git repos at https://bioconductor.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published