gt_toggle_helpergates: toggle/delete the hidden flag of the helper gates

Description Usage Arguments Details Examples

View source: R/toggle.helperGates.R

Description

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.

Usage

1
2
3
4
5

Arguments

gt

gatingTemplate object

gs

GatingSet

Details

Note that delete action is NOT reversible.

Examples

 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)

openCyto documentation built on Nov. 8, 2020, 5:40 p.m.