Learn R Programming

flowBin (version 1.8.0)

removeSparseBins: Remove bins from a BinnedFlowSample with few events in them

Description

Remove bins from a BinnedFlowSample with few events in them

Arguments

object
the BinnedFlowSample to act on
cutoff.prop=NULL
the minimum proportion that a bin must contain to be kept. If NULL, only bins with no events in at least one tube will be removed.

Value

a BinnedFlowSample with sparse bins removed

Details

This is important to do prior to calculating bin expression, as bins containing 2 or less events, for, example, cannot have their median computed.