Description Usage Arguments Value See Also Examples
Get marker names, given a flowframe. As available in "desc". If this is NA, defaults to channel name.
1 | get_markers(ff, markers)
|
ff |
The flowFrame of interest |
markers |
Vector with markers or channels of interest |
Corresponding marker names
1 2 3 4 5 | # Read the flowFrame
fileName <- system.file("extdata", "68983.fcs", package="FlowSOM")
ff <- flowCore::read.FCS(fileName)
get_channels(ff, c("FSC-A", "CD3", "FITC-A"))
get_markers(ff, c("FSC-A", "CD3", "FITC-A"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.