Joint embedding and clustering for SRT data by fitting an iSC.MEB model a DR-SC model

Cluster_DRSC(SRTProj, K = NULL, q = 15, ...)

Arguments

SRTProj

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

K

An optional integer or integer vector, specify the candidates of number of clusters. if K=NULL, it will be set to 4~12.

q

An optional integer, specify the number of low-dimensional embeddings to extract in DR-SC model.

...

other parameters pass to model_set_DRSC.