getMergedStats {flowWorkspace} | R Documentation |
Get Cell Population Statistics and Sample Metadata
getMergedStats(object, ...)
object |
a |
... |
additional arguments passed to |
a data.table
of merged population statistics with sample metadata.
## Not run: #G is a GatingSetList stats = getMergedStats(G) ## End(Not run)