Skip to content

rajarshi/chemblr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

This R package wraps the REST API provided by the ChEMBL SAR database. Currently, the package provides access to compound, assay and bioactivity information. The methods interact with the JSON formatted data and return data.frame or list objects. Due to the nature of the ChEMBL API, many operations occur only on single ChEMBL identifiers, and thus retrieving data for multiple identifiers must be performed manually.

The R package requires the RCurl, RJSONIO and png packages to be installed. Since the appropriate methods return SMILES strings (and some also accept them as input), use of the rcdk package can be useful, to support cheminformatics directly in the R environment

Installation

To get the latest development version from github:

# install.packages('devtools')
devtools::install_github('rajarshi/chemblr/package')

About

R Interface to ChEMBL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages