Extract Fluorescent Channels - GatingSet Method

# S4 method for GatingSet
cyto_fluor_channels(x)

Arguments

x

object GatingSet.

Value

vector of fluorescent channels.

See also

Examples

library(CytoRSuiteData) # Load in samples fs <- Activation gs <- GatingSet(fs)
#> .
#> .
#> .
#> .
#> done!
# Get fluorescent channels cyto_fluor_channels(gs)
#> [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"