Description Usage Arguments Value Examples
Fetching clusters' metadata of CYT
1 | fetchClustMeta(object, verbose = FALSE)
|
object |
An CYT object |
verbose |
logical. Whether to print calculation progress. |
a data.frame containing clustering information for visualization
1 2 3 4 5 | cyt.file <- system.file("extdata/cyt.rds", package = "CytoTree")
cyt <- readRDS(file = cyt.file)
clust.data <- fetchClustMeta(cyt)
head(clust.data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.