| fetchClustMeta {CytoTree} | R Documentation |
Fetching clusters' metadata of CYT
fetchClustMeta(object, verbose = FALSE)
object |
An CYT object |
verbose |
logical. Whether to print calculation progress. |
a data.frame containing clustering information for visualization
cyt.file <- system.file("extdata/cyt.rds", package = "CytoTree")
cyt <- readRDS(file = cyt.file)
clust.data <- fetchClustMeta(cyt)
head(clust.data)