find_clusters | R Documentation |
This function just calls the Seurat FindClusters function. Used only for naming consistency in this package.
find_clusters(seu, resolution, random.seed = 1, ...)
seu |
Seurat object (required). |
resolution |
Value of the resolution parameter, use a value above (below) 1.0 if you want to obtain a larger (smaller) number of communities. |
random.seed |
Seed to use for reproducibility purposes. |
... |
Additional named parameters to Seurat FindClusters function. |
Seurat object.
C.A.Kapourani C.A.Kapourani@ed.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.