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)