Louvain clustering for a SRT data

Cluster_Louvain(SRTProj, resolution = 0.8, reduction = "PCA", ...)

Arguments

SRTProj

an object named "SRTProject". The object SRTProject is created by CreateSRTProject.

resolution

an positive real, specify the resolution.

reduction

a string, specify the reduction slot name in SRTProj for fitting Louvain model.

...

other parameters pass to model_set_Louvain.