fetchPlotMeta {flowSpy}R Documentation

Fetching plot metadata of FSPY

Description

Fetching plot metadata of FSPY

Usage

fetchPlotMeta(object, markers = NULL, verbose = FALSE)

Arguments

object

An FSPY object

markers

vector. Makers fetched from expression matrix

verbose

logical. Whether to print calculation progress.

Value

a data.frame containing meta information for visualization

Examples


if (FALSE) {
plot.data <- fetchPlotMeta(fspy)
head(plot.data)

plot.data <- fetchPlotMeta(fspy, markers = c("CD43", "CD34"))
head(plot.data)
}




[Package flowSpy version 1.4.0 Index]