runMclust {CytoTree} | R Documentation |
Model-based clustering based on parameterized finite Gaussian mixture models.
This function is based on Mclust
.
runMclust(object, scale = FALSE, verbose = FALSE, ...)
object |
an CYT object |
scale |
logical. Whether to use scaled data in Mclust. |
verbose |
logical. Whether to print calculation progress. |
... |
Parameters passing to |
an CYT object with mclust.id in meta.data
cyt.file <- system.file("extdata/cyt.rds", package = "CytoTree") cyt <- readRDS(file = cyt.file) cyt <- runMclust(cyt, verbose = TRUE)