guessPanel: Guess parameter panel

Description Usage Arguments Value Author(s) Examples

View source: R/guessPanel.R

Description

Helper function to parse information from the parameters slot of a flowFrame/flowSet.

Usage

1
guessPanel(x, sep = "_")

Arguments

x

a flowFrame.

sep

character string specifying how channel descriptions should be parsed. E.g., if pData(x)$desc contains both channel and antigens formatted as, 155Gd_CD73, descriptions will be split according to sep and everything after the first sep will be used as the antigen name (here, CD73).

Value

a data.frame with the following columns:

Author(s)

Mark D Robinson & Helena L Crowell helena.crowell@uzh.ch

Examples

1
2
3
# examplary data with Time, DNA, BC channels, etc.
data(raw_data)
guessPanel(raw_data[[1]])

CATALYST documentation built on Nov. 8, 2020, 6:53 p.m.