Run Louvain Clustering at Multiple Resolutions

seurat_cluster(
  seu = seu,
  resolution = 0.6,
  custom_clust = NULL,
  reduction = "pca",
  algorithm = 1,
  ...
)

Arguments

seu

A seurat object

resolution

Clustering resolution

reduction

Set dimensional reduction object

...