Skip to content

Query and customization interface for compound annotation database from DrugAge, DrugBank, CMAP02 and LINCS databases. It also stores the structure SDF datasets for compounds in the above four databases.

Notifications You must be signed in to change notification settings

girke-lab/customCMPdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

customCMPdb: Integrating Community and Custom Compound Collections

Introduction

This package serves as a query interface for important community collections of small molecules, while also allowing users to include custom compound collections. At the time of writing, the following community databases are included:

Installation and Loading

customCMPdb is an R/Bioconductor package and can be installed using BiocManager::install().

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("customCMPdb")

To obtain the most recent updates immediately, one can install it directly from GitHub as follows.

devtools::install_github("yduan004/customCMPdb", build_vignettes=TRUE)

After the package is installed, it can be loaded into an R session as follows.

library(customCMPdb)

For detailed description of the package, please refer to the vignette by running

browseVignettes("customCMPdb")

Vignette

The vignette of this package is also available at here

About

Query and customization interface for compound annotation database from DrugAge, DrugBank, CMAP02 and LINCS databases. It also stores the structure SDF datasets for compounds in the above four databases.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages