core function to conduct STADIA algorithm
stadia(
object.list,
hyper,
dim = 35,
n_cluster = 7,
platform = c("visium", "st", "others"),
adj.cutoff = 50,
icm.maxiter = 10,
em.maxiter = 30,
min.features = 200,
min.spots = 20,
nfeatures = 2000,
verbose = TRUE,
verbose.in = TRUE,
ncores = NULL
)
a list of seurat object.
a list of all hyperParameters.
dimension of hidden space.
number of spatial domains.
string vector to idicate platform generating data
cutoff when calculating adjacent matrix.
number of iteration of icm.
number of iteration of em.
filtering low-quality data.
filtering low-quality data.
number of HVGs.
print information or not.
print information or not.
number of cores to use.
a list of estimated parameters.