filterOut {flowSpecs} | R Documentation |
Select events based on filter
filterOut(flowObj, filterName, withinFilter = TRUE)
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? |
The flowObj, now smaller, as it only contains the data within, or outside of the filterName filter.