R/model_newinterface.R
Cluster_SCMEB.Rd
Spatial clustering for SRT data by fitting a SC-MEB model
Cluster_SCMEB(SRTProj, K = NULL, reduction = "PCA", ...)
an object named "SRTProject". The object SRTProject is created by CreateSRTProject.
an optional integer or integer vector, specify the candidates of number of clusters. if K=NULL, it will be set to 4~12.
a string, specify the reduction slot name in SRTProj for fitting SC-MEB model.
other parameters pass to model_set_iSCMEB.