getGate,gatingTemplate,character-method {openCyto}R Documentation

get gating method from the node

Description

get gating method from the node

Usage

## S4 method for signature 'gatingTemplate,character'
getGate(obj, y, z)

Arguments

obj

gatingTemplate

y

character parent node path

z

character child node path

Examples

## Not run: 
gt <- gatingTemplate(system.file("extdata/gating_template/tcell.csv",package = "openCyto"))
getNodes(gt, only.names = TRUE)
getNodes(gt, "/nonDebris")
getChildren(gt, "/nonDebris")
getGate(gt, "/nonDebris", "/nonDebris/singlets")

## End(Not run)

[Package openCyto version 1.22.2 Index]