gh_get_compensations {flowWorkspace} | 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)