cyto_spillover_extract | R Documentation |
Extract spillover matrix from cytometry object
cyto_spillover_extract(x)
x |
object of class flowFrame, flowSet, GatingHierachy or GatingSet. |
list of spillover matrices or NULL.
Dillon Hammill, Dillon.Hammill@anu.edu.au
library(CytoExploreRData)
# Activation GatingSet
gs <- GatingSet(Activation)
# Apply compensation
gs <- cyto_compensate(gs)
# Extract spillover matrices
spill <- cyto_spillover_extract(gs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.