- Home
- Bioconductor 3.23
- Software Packages
- eiR (development version)
eiR
This is the development version of eiR; for the stable release version, see eiR.
Accelerated similarity searching of small molecules
DOI: 10.18129/B9.bioc.eiR
Bioconductor version: Development (3.23)
The eiR package provides utilities for accelerated structure similarity searching of very large small molecule data sets using an embedding and indexing approach.
Author: Kevin Horan, Yiqun Cao and Tyler Backman
Maintainer: Thomas Girke <thomas.girke at ucr.edu>
citation("eiR")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("eiR")
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("eiR")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.