View source: R/GatingHierarchy_Methods.R
gh_get_compensations | R Documentation |
GatingHierarchy
or GatingSet
Retrieve the compensation matrices from a GatingHierarchy
or GatingSet
.
gh_get_compensations(x)
gs_get_compensations(x)
x |
A |
Return all the compensation matrices in a GatingHierarchy
or GatingSet
A list of matrix
representing the spillover matrix in GatingHierarchy
or GatingSet
## Not run:
# Assume gh is a GatingHierarchy and gs is a GatingSet
gh_get_compensations(gh)
gs_get_compensations(gs)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.