- Home
- Bioconductor 3.22
- Software Packages
- ChemmineR
ChemmineR
This is the released version of ChemmineR; for the devel version, see ChemmineR.
Cheminformatics Toolkit for R
Bioconductor version: Release (3.22)
ChemmineR is a cheminformatics package for analyzing drug-like small molecule data in R. Its latest version contains functions for efficient processing of large numbers of molecules, physicochemical/structural property predictions, structural similarity searching, classification and clustering of compound libraries with a wide spectrum of algorithms. In addition, it offers visualization functions for compound clustering results and chemical structures.
Author: Y. Eddie Cao, Kevin Horan, Tyler Backman, Thomas Girke
Maintainer: Thomas Girke <thomas.girke at ucr.edu>
citation("ChemmineR")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ChemmineR")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("ChemmineR")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.