Produces a reducedDim slot representing common factors across datasets
integrate_sce(sce, method = "Liger", ...)
a SingleCellExperiment object or merged sce objects
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).
sce SingleCellExperiment object annotated with reducedDims
Other Data integration:
liger_preprocess()
,
liger_reduce_dims()
,
report_integrated_sce()