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