View source: R/integration_functions.R
runScanorama | R Documentation |
This is a wrapper for Scanorama (https://github.com/brianhie/scanorama). Scanorama enables batch-correction and integration of heterogeneous scRNA-seq datasets.
runScanorama(
object,
batch,
do.umap = F,
nfeatures = 2000,
vars2regress = "percent.mt",
dim = 50L,
verbose = T
)
object |
Seurat object or list of seurat objects. |
batch |
name of meta data field specifying batch groupings. |
do.umap |
compute UMAP. Default is T. |
nfeatures |
number of features to use for integration. Default is 2000. |
vars2regress |
variable to regress out. Ignored if SCT assay is available in provided object. |
dim |
number of dimensions to use for integration. Default is 50L. |
verbose |
print progress. Default is T. |
Seurat object.
Nicholas Mikolajewicz
object <- runScanorama(object, batch = "sample")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.