viewFlowChannels {flowPloidy} | R Documentation |
Displays the column names present in an FCS file
viewFlowChannels(file, emptyValue = TRUE)
file |
character, the name of an FCS data file; or the name of a FlowHist object. |
emptyValue |
boolean, passed to |
A convenience function for viewing column names in a FCS data file, or a
FlowHist object. Used to select one for the channel
argument
in FlowHist
, or for viewing additional channels for use in
gating.
A vector of column names from the FCS file/FlowHist object.
Tyler Smith
library(flowPloidyData) viewFlowChannels(flowPloidyFiles()[1])