Extract Fluorescent Channels - flowSet Method

# S4 method for flowSet
cyto_fluor_channels(x)

Arguments

x

object flowSet.

Value

vector of fluorescent channels.

See also

Examples

library(CytoRSuiteData) # Load in samples fs <- Activation # get fluorescent channels cyto_fluor_channels(fs)
#> [1] "Alexa Fluor 488-A" "PE-A" "PE-Texas Red-A" #> [4] "7-AAD-A" "PE-Cy7-A" "Alexa Fluor 405-A" #> [7] "Alexa Fluor 430-A" "Qdot 605-A" "Alexa Fluor 647-A" #> [10] "Alexa Fluor 700-A" "APC-Cy7-A"