View source: R/cyto_transformers.R
cyto_transformer_extract | R Documentation |
Extract transformers from a GatingHierarchy or GatingSet
cyto_transformer_extract(x)
x |
object of class
|
transformerList or NA.
Dillon Hammill, Dillon.Hammill@anu.edu.au
library(CytoExploreRData)
# Activation flowSet
fs <- Activation
# Activation GatingSet
gs <- GatingSet(fs)
# Apply transformations
gs <- cyto_transform(gs, channels = c("CD4", "CD8"))
# Extract transformations
trans <- cyto_transformer_extract(gs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.