Description Usage Arguments Value Author(s) Examples
Helper function to parse information from the
parameters
slot of a flowFrame
/flowSet
.
1 | 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
1 2 3 | # examplary data with Time, DNA, BC channels, etc.
data(raw_data)
guessPanel(raw_data[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.