| get_channels {FlowSOM} | 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
# 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"))