R/helper-functions.R
cyto_fluor_channels-flowSet-method.Rd
Extract Fluorescent Channels - flowSet Method
# S4 method for flowSet cyto_fluor_channels(x)
x | object |
---|
vector of fluorescent channels.
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"