| guessPanel {CATALYST} | R Documentation |
Helper function to parse information from the
parameters slot of a flowFrame/flowSet.
guessPanel(x, sep = "_")
x |
a |
sep |
character string specifying how channel descriptions
should be parsed. E.g., 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 L Crowell helena.crowell@uzh.ch
# examplary data with Time, DNA, BC channels, etc. data(raw_data) guessPanel(raw_data[[1]])