Produces a reducedDim slot representing common factors across datasets

integrate_sce(sce, method = "Liger", ...)

Arguments

sce

a SingleCellExperiment object or merged sce objects

method

the integration method to use. Set to liger as default. See liger_preprocess and liger_reduce_dims functions for parameter options.

...

Additional arguments. Such as k, inner dimension of factorization (number of factors).

Value

sce SingleCellExperiment object annotated with reducedDims

See also