Description Usage Arguments Value See Also Examples
Get channel names for an array of markers, given a flowframe
| 1 | get_channels(ff, markers)
 | 
| ff | The flowFrame of interest | 
| markers | Vector with markers or channels of interest | 
Corresponding channel 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.