cyto_channel_check will check whether the supplied channels are valid for the flowFrame, flowset or GatingSet . cyto_channel_check will also return the channels if the marker names are supplied.

cyto_channel_check(x, channels, plot)

Arguments

x

an object of class flowFrame.

channels

vector of channel names (e.g. c("PE-A","APC-A")) or marker names.

plot

logical indicating whether the channels will be used to construct a plot, set to TRUE by default to accept 1 or 2 channels only.

Value

vector of valid channel names.