fetchPlotMeta: Fetching plot metadata of FSPY

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Fetching plot metadata of FSPY

Usage

1
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

1
2
3
4
5
6
7
if (FALSE) {
plot.data <- fetchPlotMeta(fspy)
head(plot.data)

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

JhuangLab/flowSpy documentation built on July 15, 2020, 8:31 a.m.