parser: Cell subset label parser Parses cell subset labels into...

Description Usage Arguments Value See Also Examples

Description

Best explained via the example.

Usage

1
parser(x, separator, functions)

Arguments

x

data.frame0 input with a column corresponding to the cell subset function labels

separator

string to split the label on

functions

name bare, unquoted name of the column holding the function label

Value

matrix of individual functions.

See Also

plotChordDiagram

Examples

1
2
dat = data.frame(name=c("IFNg+TNFa+IL2+","IFNg+","IL2+","CD154+TNF+"),stringsAsFactors=FALSE)
parser(dat,separator = "\\+",functions=name)

RGLab/flowReMix documentation built on May 8, 2019, 5:55 a.m.