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).