- Home
- Bioconductor 3.9
- Software Packages
- batchelor
batchelor
This package is for version 3.9 of Bioconductor; for the stable, up-to-date release version, see batchelor.
Single-Cell Batch Correction Methods
Bioconductor version: 3.9
Implements a variety of methods for batch correction of single-cell (RNA sequencing) data. This includes methods based on detecting mutually nearest neighbors as well as a simple sparsity-preserving translation of the population means. Functions are also provided for global rescaling to remove differences in depth between batches, and to perform a principal components analysis that is robust to differences in the numbers of cells across different batches.
Author: Aaron Lun [aut, cre]
Maintainer: Aaron Lun <infinite.monkeys.with.keyboards at gmail.com>
citation("batchelor")):
Installation
To install this package, start R (version "3.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("batchelor")
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("batchelor")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.