updateClustMeta {CytoTree}R Documentation

Update clusters' meta information of CYT

Description

Update clusters' meta information of CYT

Usage

updateClustMeta(object, verbose = FALSE)

Arguments

object

A CYT object

verbose

logical. Whether to print calculation progress.

Value

A CYT object

Examples


cyt.file <- system.file("extdata/cyt.rds", package = "CytoTree")
cyt <- readRDS(file = cyt.file)

cyt <- updateClustMeta(cyt)



[Package CytoTree version 1.0.3 Index]