getCompensationMatrices,GatingHierarchy-method {flowWorkspace} | R Documentation |
Retrieve the compensation matrices from a GatingHierarchy.
## S4 method for signature 'GatingHierarchy' getCompensationMatrices(x)
x |
A |
Return all the compensation matrices in a GatingHierarchy.
A list of matrix
representing the spillover matrix in GatingHierarchy
## Not run: #Assume gh is a GatingHierarchy getCompensationMatrices(gh); ## End(Not run)