Description Usage Arguments Value Examples
View source: R/gating-functions.R
It is possible that the cutpoint calculated by quantile function may not produce the exact the probability set by 'probs' argument if there are not enough cell events to reach that precision. Sometime the difference could be significant.
1 2 3 4 5 6 7 8 9 10 |
fr |
a |
channel |
the channel from which the cytokine gate is constructed |
probs |
probabilities passed to 'stats::quantile' function. |
plot |
whether to plot the gate result |
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. |
a rectangleGate
1 2 3 4 | ## Not run:
gate <- gate_quantile(fr, Channel = "APC-A", probs = 0.995) # fr is a flowFrame
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.