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 in a filterResult object 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

filterDetails(result = "filterResult", filterId = "missing")

When no particular filterId is specified all the details are returned

filterDetails(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 2.2.0 Index]