View source: R/runQuickSeurat.R
runQuickSeurat | R Documentation |
A function to run a quick Seurat analysis
runQuickSeurat(
seurat_object,
nfeats = 3000,
clusters_res = c(0.2, 0.4, 0.5, 1)
)
seurat_object |
A Seurat object |
nfeats |
The number of features to use for HVG selection |
clusters_res |
A vector of cluster resolutions to use |
A Seurat object
## Not run:
runQuickSeurat(seurat_object = pbmc_small)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.