View source: R/utility_functions.R
setResolution | R Documentation |
Set 'Seurat_Clusters' metadata entry to specified cluster resolution [0, inf]. Wrapper for Seurat's FindClusters() function.
setResolution(
object,
resolution,
assay = DefaultAssay(object),
use.existing.clusters = T,
...
)
object |
Seurat Object |
resolution |
Numeric [0, inf] specifying cluster resolution. Values [0.1,1] typically perform well. |
assay |
Seurat assay to check for existing clustering at specified resolution. |
use.existing.clusters |
Logical flag specifying whether to use existing clustering solution if it already exists for specified resolution. |
... |
additional arguments passed to Seurat::FindClusters(...) |
Seurat object
Nicholas Mikolajewicz
FindClusters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.