collapse_desc {flowCore}R Documentation

Coerce the list of the keywords into a character Also flatten spillover matrix into a string

Description

Coerce the list of the keywords into a character Also flatten spillover matrix into a string

Usage

collapse_desc(d, collapse.spill = TRUE)

Arguments

d

a named list of keywords

collapse.spill

whether to flatten spillover matrix to a string

Value

a list of strings

Examples

data(GvHD)
fr <- GvHD[[1]]
collapse_desc(keyword(fr))

[Package flowCore version 2.5.0 Index]