Skip to contents

Runs FindClusters on the embedded Seurat object and returns the updated MatisseObject. Cluster assignments are stored in MatisseMeta(obj)$seurat_clusters and are immediately available for PlotUMAP and PlotViolin.

Usage

# S3 method for class 'MatisseObject'
FindClusters(object, ...)

Arguments

object

A MatisseObject.

...

Additional arguments forwarded to FindClusters (e.g. resolution).

Value

The updated MatisseObject with seurat_clusters added to cell metadata.