- Home
- Bioconductor 3.21
- Software Packages
- batchelor
batchelor
This package is for version 3.21 of Bioconductor; for the stable, up-to-date release version, see batchelor.
Single-Cell Batch Correction Methods
Bioconductor version: 3.21
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 several efficient variants of linear regression of the log-expression values. Functions are also provided to perform 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 batches.
Author: Aaron Lun [aut, cre], Laleh Haghverdi [ctb]
Maintainer: Aaron Lun <infinite.monkeys.with.keyboards at gmail.com>
citation("batchelor")):
Installation
To install this package, start R (version "4.5") 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.