Description Usage Arguments Value Examples
Pipes together several downstream Seurat steps including variance-stabilizing transformation, PCA, clustering and nonlinear dimensionality reduction
1 2 3 4 5 6 7 8 | processSeurat(
seurat.obj,
dims = 1:50,
cluster.res = 0.2,
vars_to_regress = c("orig.ident", "percent.mt"),
seed.use = 24,
n.cores = NULL
)
|
seurat.obj |
A seurat object. |
dims |
Dimensions of reduction to use as input for FindNeighbors and RunUMAP |
cluster.res |
Cluster resolution for FindClusters |
vars_to_regress |
Variables to regress out in a second non-regularized linear regression for SCTransform |
seed.use |
Seed to set for RunUMAP |
n.cores |
Number of cores to use |
A processed Seurat object
1 | processSeurat(seurat.obj, dims = 1:50, cluster.res = .2, vars_to_regress = c("orig.ident","percent.mt"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.