Learn R Programming

flowWorkspace (version 3.16.0)

getCompensationMatrices,GatingHierarchy-method: Retrieve the compensation matrices from a GatingHierarchy

Description

Retrieve the compensation matrices from a GatingHierarchy.

Usage

"getCompensationMatrices"(x)

Arguments

x
A GatingHierarchy object.

Value

A list of matrix representing the spillover matrix in GatingHierarchy

Details

Return all the compensation matrices in a GatingHierarchy.

Examples

Run this code
## Not run: 
# 	#Assume gh is a GatingHierarchy
#   getCompensationMatrices(gh);
# ## End(Not run)

Run the code above in your browser using DataLab