View source: R/cyto_channels-helpers.R
cyto_fluor_channels | R Documentation |
Extract Fluorescent Channels
cyto_fluor_channels(x, ...)
x |
object of class |
... |
additional arguments passed to |
Dillon Hammill, Dillon.Hammill@anu.edu.au
library(CytoExploreRData)
# Load in samples
fs <- Activation
# Add samples to GatingSet
gs <- GatingSet(fs)
# Fluorescent channels of flowFrame
cyto_fluor_channels(fs[[1]])
# Fluorescent channels for a flowSet
cyto_fluor_channels(fs)
# Fluorescent channels for GatingHierarchy
cyto_fluor_channels(gs[[1]])
# Fluorescent channels for GatingSet
cyto_fluor_channels(gs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.