find_clusters: Wrapper FindClusters function

View source: R/utils.R

find_clustersR Documentation

Wrapper FindClusters function

Description

This function just calls the Seurat FindClusters function. Used only for naming consistency in this package.

Usage

find_clusters(seu, resolution, random.seed = 1, ...)

Arguments

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.

Value

Seurat object.

Author(s)

C.A.Kapourani C.A.Kapourani@ed.ac.uk


andreaskapou/SeuratPipe documentation built on Nov. 22, 2022, 4:16 p.m.