Description
Build a human readable rule i.e. a combination of channels, sign
of comparison and threshold.
Usage
hgate_rule(hgate, collapse = ", ", digits = 2)
Value
A data.frame with channel, sign, comp and threshold columns
Arguments
- hgate
A hypergate object (produced by hypergate())
- collapse
A character string to separate the markers.
- digits
An integer that specifies the decimal part when rounding.