Package: batchelor 1.21.0

Aaron Lun

batchelor: Single-Cell Batch Correction Methods

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.

Authors:Aaron Lun [aut, cre], Laleh Haghverdi [ctb]

batchelor_1.21.0.tar.gz
batchelor_1.21.0.zip(r-4.5)batchelor_1.21.0.zip(r-4.4)batchelor_1.21.0.zip(r-4.3)
batchelor_1.21.0.tgz(r-4.4-arm64)batchelor_1.21.0.tgz(r-4.4-x86_64)batchelor_1.21.0.tgz(r-4.3-arm64)batchelor_1.21.0.tgz(r-4.3-x86_64)
batchelor_1.21.0.tar.gz(r-4.5-noble)batchelor_1.21.0.tar.gz(r-4.4-noble)
batchelor_1.21.0.tgz(r-4.4-emscripten)batchelor_1.21.0.tgz(r-4.3-emscripten)
batchelor.pdf |batchelor.html
batchelor/json (API)
NEWS

# Install 'batchelor' in R:
install.packages('batchelor', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Uses libs:
  • c++– GNU Standard C++ Library v3

On BioConductor:batchelor-1.21.0(bioc 3.20)batchelor-1.20.0(bioc 3.19)

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

bioconductor-package

29 exports 2.00 score 58 dependencies 6 dependents 9 mentions

Last updated 2 months agofrom:8b03562f60

Exports:applyMultiSCEbatchCorrectcheckBatchConsistencycheckIfSCEcheckRestrictionsClassicMnnParamclusterAbundanceTestclusterAbundanceVarclusterMNNconvertPCsToSCEcorrectExperimentscosineNormdivideIntoBatchesfastMNNFastMnnParamfindMutualNNintersectRowsmnnCorrectmnnDeltaVariancemultiBatchNormmultiBatchPCAnoCorrectNoCorrectParamquickCorrectreducedMNNregressBatchesRegressParamrescaleBatchesRescaleParam

Dependencies:abindaskpassbeachmatBHBiobaseBiocGenericsBiocNeighborsBiocParallelBiocSingularclicodetoolscpp11crayoncurlDelayedArrayDelayedMatrixStatsformatRfutile.loggerfutile.optionsGenomeInfoDbGenomeInfoDbDataGenomicRangesgluehttrigraphIRangesirlbajsonlitelambda.rlatticelifecyclemagrittrMatrixMatrixGenericsmatrixStatsmimeopensslpkgconfigR6RcppRcppHNSWResidualMatrixrlangrsvdS4ArraysS4VectorsScaledMatrixscuttleSingleCellExperimentsnowSparseArraysparseMatrixStatsSummarizedExperimentsysUCSC.utilsvctrsXVectorzlibbioc

Correcting batch effects in single-cell RNA-seq data

Rendered fromcorrection.Rmdusingknitr::rmarkdownon Jun 17 2024.

Last update: 2021-04-07
Started: 2019-02-11

Extending dispatch to more batch correction methods

Rendered fromextension.Rmdusingknitr::rmarkdownon Jun 17 2024.

Last update: 2019-11-02
Started: 2019-02-11

Readme and manuals

Help Manual

Help pageTopics
Apply function over multiple SingleCellExperimentsapplyMultiSCE
Batch correction methodsbatchCorrect batchCorrect,ClassicMnnParam-method batchCorrect,FastMnnParam-method batchCorrect,NoCorrectParam-method batchCorrect,RegressParam-method batchCorrect,RescaleParam-method
Using restrictionbatchelor-restrict
BatchelorParam methodsBatchelorParam-class ClassicMnnParam ClassicMnnParam-class FastMnnParam FastMnnParam-class NoCorrectParam NoCorrectParam-class RegressParam RegressParam-class RescaleParam RescaleParam-class
Check batch inputscheckBatchConsistency checkIfSCE checkRestrictions
Cluster-based MNNclusterMNN
Convert corrected PCs to a SingleCellExperimentconvertPCsToSCE
Correct SingleCellExperiment objectscorrectExperiments
Cosine normalizationcosineNorm
Cluster-based correction diagnosticsclusterAbundanceTest clusterAbundanceVar diagnostics-cluster
Divide into batchesdivideIntoBatches
Fast mutual nearest neighbors correctionfastMNN
Take the intersection of rows across batchesintersectRows
Mutual nearest neighbors correctionmnnCorrect
Computes the variance of the paired MNN deltasmnnDeltaVariance
Per-batch scaling normalizationmultiBatchNorm
Multi-batch PCAmultiBatchPCA
No correctionnoCorrect
Quickly perform batch correctionquickCorrect
MNN correction in reduced dimensionsreducedMNN
Regress out batch effectsregressBatches
Scale counts across batchesrescaleBatches