filterDetails-methods {flowCore}R Documentation

Obtain details about a filter operation

Description

A filtering operation captures details about its metadata and stores it in a filterDetails slot that is accessed using the filterDetails method. Each set of metadata is indexed by the filterId of the filter allowing for all the metadata in a complex filtering operation to be recovered after the final filtering.

Methods

result = "filterResult", filterId = "missing"
When no particular filterId is specified all the details are returned
result = "filterResult", filterId = "ANY"
You can also obtain a particular subset of details

Author(s)

B. Ellis, P.D. Haaland and N. LeMeur


[Package flowCore version 1.0.2 Index]