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

View source: R/GatingHierarchy_Methods.R

gh_get_compensationsR Documentation

Retrieve the compensation matrices from a GatingHierarchy or GatingSet

Description

Retrieve the compensation matrices from a GatingHierarchy or GatingSet.

Usage

gh_get_compensations(x)

gs_get_compensations(x)

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

  ## Not run: 
	 # Assume gh is a GatingHierarchy and gs is a GatingSet
  gh_get_compensations(gh)
  gs_get_compensations(gs)

## End(Not run)

RGLab/flowWorkspace documentation built on March 17, 2024, 2:24 p.m.