Usage
quantileGate(fr, channel, probs = 0.999, plot = FALSE, positive = TRUE,
filterId = "", min = NULL, max = NULL, ...)
Arguments
channel
the channel from which the cytokine gate is constructed
probs
probabilities passed to 'stats::quantile' function.
plot
whether to plot the gate result
positive
If TRUE
, then the gate consists of the entire real
line to the right of the cutpoint. Otherwise, the gate is the entire real
line to the left of the cutpoint. (Default: TRUE
)
filterId
the name of the filter
min
a numeric value that sets the lower boundary for data filtering
max
a numeric value that sets the upper boundary for data filtering
...
additional arguments passed to 'stats::quantile' function.