get_channels | R Documentation |
Get channel names for an array of markers, given a flowFrame
get_channels(ff, markers)
ff |
The flowFrame of interest |
markers |
Vector with markers or channels of interest |
Corresponding channel names
get_markers
# 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.