View source: R/GatingSet_Methods.R
recompute | R Documentation |
Compute each cell event to see if it falls into the gate stored within the gating tree and store the result as cell count.
recompute(
x,
y = "root",
alwaysLoadData = FALSE,
verbose = FALSE,
leaf.bool = TRUE
)
## S3 method for class 'GatingSet'
recompute(
x,
y = "root",
alwaysLoadData = FALSE,
verbose = FALSE,
leaf.bool = TRUE
)
## S3 method for class 'GatingSetList'
recompute(x, ...)
x |
|
y |
|
alwaysLoadData |
|
verbose |
default is FALSE |
leaf.bool |
whether to compute the leaf boolean gate, default is TRUE |
... |
arguments |
It is usually used immediately after add or gs_pop_set_gate calls.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.