get_channels {FlowSOM}R Documentation

get_channels

Description

Get channel names for an array of markers, given a flowframe

Usage

get_channels(ff, markers)

Arguments

ff

The flowFrame of interest

markers

Vector with markers or channels of interest

Value

Corresponding channel names

See Also

get_markers

Examples


   # 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"))


[Package FlowSOM version 2.2.0 Index]