gs_remove_gating_method {openCyto} | R Documentation |
gs_add_gating_method
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
.
gs_remove_gating_method(GatingSet) gs_remove_gating_method(GatingSetList) remove_pop(gs)
gs |
The |
gs_add_gating_method
gs_add_gating_method_init
## 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)