Description Usage Arguments Details Examples
View source: R/toggle.helperGates.R
The helper gates are defined as the referred gates in csv template. And all the chidlren of referred gates are also referred gates thus they are considered the helper gates and can usually be hidden to simply the final gating tree.
1 2 3 4 5 | gt_toggle_helpergates(gt, gs)
gt_get_helpergates(gt, gs)
gt_delete_helpergates(gt, gs)
|
gt |
gatingTemplate object |
gs |
GatingSet |
Note that delete action is NOT reversible.
1 2 3 4 5 6 7 8 9 10 | ## Not run:
gt <- gatingTemplate(gtFile)
#run the gating
gt_gating(gt, gs)
#hide the gates that are not of interest
gt_toggle_helpergates(gt, gs)
#or simply remove them if you are sure they will not be useful in future
gt_delete_helpergates(gt, gs)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.