cyto_spillover_extract: Extract spillover matrix from cytometry object

View source: R/cyto-helpers.R

cyto_spillover_extractR Documentation

Extract spillover matrix from cytometry object

Description

Extract spillover matrix from cytometry object

Usage

cyto_spillover_extract(x)

Arguments

x

object of class flowFrame, flowSet, GatingHierachy or GatingSet.

Value

list of spillover matrices or NULL.

Author(s)

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)

DillonHammill/CytoExploreR documentation built on March 2, 2023, 7:34 a.m.