cyto_transform_extract | R Documentation |
Extract Transformations from TransformerList
cyto_transform_extract(x, inverse = FALSE)
x |
object of class
|
inverse |
logical indicating whether the returned
|
A transformList
containing the desired transformations.
Dillon Hammill, Dillon.Hammill@anu.edu.au
# Load CytoExploreRData to access data
library(CytoExploreRData)
# Load in samples to flowSet
fs <- Activation
# Add fs to GatingSet
gs <- GatingSet(fs)
# Convert transformerList into transformList
trans <- estimateLogicle(gs[[32]], cyto_fluor_channels(gs))
trans_list <- cyto_transform_extract(trans)
# Convert transformerList into inverse transformList
inv <- cyto_transform_extract(trans, inverse = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.