get_markers | R Documentation |
Get marker names, given a flowFrame. As available in "desc". If this is NA, defaults to channel name.
get_markers(ff, markers)
ff |
The flowFrame of interest |
markers |
Vector with markers or channels of interest |
Corresponding marker names
get_channels
# Read the flowFrame
fileName <- system.file("extdata", "68983.fcs", package="FlowSOM")
ff <- flowCore::read.FCS(fileName)
GetChannels(ff, c("FSC-A", "CD3", "FITC-A"))
GetMarkers(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.