View source: R/batchCorrection.R
batchCorrection | R Documentation |
batchCorrection
takes an SCE object returned by prepSCE
and
performs batch correction using Harmony.
Down-sampling is done prior to batch correction for improving speed.
batchCorrection(sce, maxN = 1e+05, seed = 12345)
sce |
A |
maxN |
Numeric.
Specifies the maximum number of unique cells per batch. For example,
if one batch contains five samples, the function randomly takes |
seed |
Numeric. Sets a random seed. |
A SingleCellExperiment-class
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.