| updateClustMeta {CytoTree} | R Documentation |
Update clusters' meta information of CYT
updateClustMeta(object, verbose = TRUE)
object |
An CYT object |
verbose |
logical. Whether to print calculation progress. |
An CYT object
cyt.file <- system.file("extdata/cyt.rds", package = "CytoTree")
cyt <- readRDS(file = cyt.file)
cyt <- updateClustMeta(cyt)