View source: R/integrate_sce.R
integrate_sce | R Documentation |
Produces a reducedDim slot representing common factors across datasets
integrate_sce(sce, method = "Liger", ...)
sce |
a SingleCellExperiment object or merged sce objects |
method |
the integration method to use. Set to liger as default.
See |
... |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.