gh_get_compensations: Retrieve the compensation matrices from a 'GatingHierarchy'...

Description Usage Arguments Details Value Examples

View source: R/GatingHierarchy_Methods.R

Description

Retrieve the compensation matrices from a GatingHierarchy or GatingSet.

Usage

1
2
3

Arguments

x

A GatingHierarchy or GatingSet object.

Details

Return all the compensation matrices in a GatingHierarchy or GatingSet

Value

A list of matrix representing the spillover matrix in GatingHierarchy or GatingSet

Examples

1
2
3
4
5
6
  ## Not run: 
	 # Assume gh is a GatingHierarchy and gs is a GatingSet
  gh_get_compensations(gh)
  gs_get_compensations(gs)

## End(Not run)

flowWorkspace documentation built on Nov. 8, 2020, 8:08 p.m.