toggle.helperGates {openCyto}R Documentation

toggle/delete the hidden flag of the helper gates

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

toggle.helperGates(gt, gs)

get.helperGates(gt, gs)

delete.helperGates(gt, gs)

Arguments

gt

gatingTemplate object

gs

GatingSet

Details

Note that delete action is NOT reversible.

Examples

## Not run: 
gt <- gatingTemplate(gtFile)
#run the gating
gating(gt, gs)
#hide the gates that are not of interest
toggle.helperGates(gt, gs) 
#or simply remove them if you are sure they will not be useful in future
delete.helperGates(gt, gs) 

## End(Not run)

[Package openCyto version 1.22.2 Index]