Description Usage Arguments Value
Infer a shared embedding of cells across all datasets after removing technical variation
1 2 3 4 5 6 7 8 | integrateData(
object,
mat,
assay = NULL,
new.assay.name = NULL,
nDims.scMC = 40,
lambda = 1
)
|
object |
unintegrated Seurat object |
mat |
structured matrices obtained from learnTechnicalVariation |
assay |
assay to store the integrated data |
new.assay.name |
Name for the new assay containing the integrated data |
nDims.scMC |
number of dimensions to compute in the scMC integrated space |
lambda |
the tuning parameter, non-negative. |
Seurat object with an integrated assay
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.