fetchClustMeta {flowSpy}R Documentation

Fetching clusters' metadata of FSPY

Description

Fetching clusters' metadata of FSPY

Usage

fetchClustMeta(object, verbose = FALSE)

Arguments

object

An FSPY object

verbose

logical. Whether to print calculation progress.

Value

a data.frame containing clustering information for visualization

Examples


if (FALSE) {
clust.data <- fetchClustMeta(fspy)
head(clust.data)
}



[Package flowSpy version 1.0.4 Index]