getCompensationMatrices {flowWorkspace}R Documentation

Retrieve the compensation matrices from a GatingHierarchy

Description

Retrieve the compensation matrices from a GatingHierarchy.

Usage

getCompensationMatrices(x)

## S3 method for class 'GatingHierarchy'
getCompensationMatrices(x)

gh_get_compensations(x)

Arguments

x

A GatingHierarchy object.

Details

Return all the compensation matrices in a GatingHierarchy.

Value

A list of matrix representing the spillover matrix in GatingHierarchy

Examples

  ## Not run: 
	#Assume gh is a GatingHierarchy
  gh_get_compensations(gh);

## End(Not run)

[Package flowWorkspace version 3.34.1 Index]