Description Usage Arguments See Also Examples
This function provides an easy way to remove the gates and nodes created by the most
recent call to gs_add_gating_method
on the specified GatingSet
or GatingSetList
,
with a separate history being maintained for each such object. gs_remove_gating_method
allows
for repeated use, effectively serving as a multi-level undo function for gs_add_gating_method
.
1 |
gs |
The |
gs_add_gating_method
gs_add_gating_method_init
1 2 3 4 5 6 7 | ## Not run:
# add quad gates
gs_add_gating_method(gs, gating_method = "mindensity", dims = "CCR7,CD45RA", parent = "cd4-cd8+", pop = "CCR7+/-CD45RA+/-")
# Remove the gates and nodes resulting from that gs_add_gating_method call
gs_remove_gating_method(gs)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.