Package: batchelor 1.23.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.23.0.tar.gz
batchelor_1.23.0.zip(r-4.5)batchelor_1.23.0.zip(r-4.4)batchelor_1.23.0.zip(r-4.3)
batchelor_1.23.0.tgz(r-4.4-x86_64)batchelor_1.23.0.tgz(r-4.4-arm64)batchelor_1.23.0.tgz(r-4.3-x86_64)batchelor_1.23.0.tgz(r-4.3-arm64)
batchelor_1.23.0.tar.gz(r-4.5-noble)batchelor_1.23.0.tar.gz(r-4.4-noble)
batchelor_1.23.0.tgz(r-4.4-emscripten)batchelor_1.23.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.1(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.

sequencingrnaseqsoftwaregeneexpressiontranscriptomicssinglecellbatcheffectnormalization

7.99 score 7 packages 1.2k scripts 6.4k downloads 29 exports 58 dependencies

Last updated 23 days agofrom:045cc757ae. Checks:OK: 1 ERROR: 1 NOTE: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKOct 30 2024
R-4.5-win-x86_64NOTEOct 30 2024
R-4.5-linux-x86_64ERROROct 30 2024
R-4.4-win-x86_64NOTEOct 30 2024
R-4.4-mac-x86_64NOTEOct 30 2024
R-4.4-mac-aarch64NOTEOct 30 2024
R-4.3-win-x86_64NOTEOct 30 2024
R-4.3-mac-x86_64NOTEOct 30 2024
R-4.3-mac-aarch64NOTEOct 30 2024

Exports:applyMultiSCEbatchCorrectcheckBatchConsistencycheckIfSCEcheckRestrictionsClassicMnnParamclusterAbundanceTestclusterAbundanceVarclusterMNNconvertPCsToSCEcorrectExperimentscosineNormdivideIntoBatchesfastMNNFastMnnParamfindMutualNNintersectRowsmnnCorrectmnnDeltaVariancemultiBatchNormmultiBatchPCAnoCorrectNoCorrectParamquickCorrectreducedMNNregressBatchesRegressParamrescaleBatchesRescaleParam

Dependencies:abindaskpassassortheadbeachmatBHBiobaseBiocGenericsBiocNeighborsBiocParallelBiocSingularclicodetoolscpp11crayoncurlDelayedArrayDelayedMatrixStatsformatRfutile.loggerfutile.optionsGenomeInfoDbGenomeInfoDbDataGenomicRangesgluehttrigraphIRangesirlbajsonlitelambda.rlatticelifecyclemagrittrMatrixMatrixGenericsmatrixStatsmimeopensslpkgconfigR6RcppResidualMatrixrlangrsvdS4ArraysS4VectorsScaledMatrixscuttleSingleCellExperimentsnowSparseArraysparseMatrixStatsSummarizedExperimentsysUCSC.utilsvctrsXVectorzlibbioc

Correcting batch effects in single-cell RNA-seq data

Rendered fromcorrection.Rmdusingknitr::rmarkdownon Oct 30 2024.

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

Extending dispatch to more batch correction methods

Rendered fromextension.Rmdusingknitr::rmarkdownon Oct 30 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