filterOut {flowSpecs}R Documentation

Select events based on filter

Description

Select events based on filter

Usage

filterOut(flowObj, filterName, withinFilter = TRUE)

Arguments

flowObj

The fcs object to be subsetted. Both flowFrames and flowSets are accepted.

filterName

The name of the filter variable in the flow object to be used for the subsetting.

withinFilter

Should the events within or outsitde of the filter be selected?

Value

The flowObj, now smaller, as it only contains the data within, or outside of the filterName filter.


[Package flowSpecs version 1.0.2 Index]