Description Usage Arguments Value Examples
Update clusters' meta information of CYT
1 | updateClustMeta(object, verbose = FALSE)
|
object |
A CYT object |
verbose |
logical. Whether to print calculation progress. |
A CYT object
1 2 3 4 | cyt.file <- system.file("extdata/cyt.rds", package = "CytoTree")
cyt <- readRDS(file = cyt.file)
cyt <- updateClustMeta(cyt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.