guessPanel {CATALYST} | R Documentation |
Helper function to parse information from the
parameters
slot of a flowFrame
/flowSet
.
guessPanel(x, ...) ## S4 method for signature 'flowFrame' guessPanel(x) ## S4 method for signature 'flowSet' guessPanel(x, index = 1)
x |
a |
... |
optional arguments. |
index |
numeric. If |
a data.frame
with the following columns:
name
: the parameter name
as extracted from the input flowFrame
,
desc
: the parameter description
as extracted from the input flowFrame
,
antigen
: the targeted protein markers, and
use_channel
: logical. If TRUE, the channel
is expected to contain a marker and will be kept.
Mark D Robinson, Helena Lucia Crowell crowellh@student.ethz.ch
# examplary data with Time, DNA, BC channels, etc. data(raw_data) guessPanel(raw_data)