Extract spillover matrix from cytometry object

cyto_spillover_extract(x)

Arguments

x

object of class flowFrame, flowSet, GatingHierachy or GatingSet.

Value

list of spillover matrices or NULL.

Author

Dillon Hammill, Dillon.Hammill@anu.edu.au

Examples

library(CytoExploreRData) # Activation GatingSet gs <- GatingSet(Activation) # Apply compensation gs <- cyto_compensate(gs) # Extract spillover matrices spill <- cyto_spillover_extract(gs)