getMergedStats {flowWorkspace}R Documentation

Get Cell Population Statistics and Sample Metadata

Description

Get Cell Population Statistics and Sample Metadata

Usage

getMergedStats(object, ...)

Arguments

object

a GatingSet or GatingSetList

...

additional arguments passed to getPopStats

Value

a data.table of merged population statistics with sample metadata.

Examples

 ## Not run: 
    #G is a GatingSetList
    stats = getMergedStats(G)
  
## End(Not run)

[Package flowWorkspace version 3.30.2 Index]