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

get children nodes

Description

get children nodes

Usage

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

Arguments

obj

gatingTemplate

y

character parent node path

Examples

## Not run: 
gt <- gatingTemplate(system.file("extdata/gating_template/tcell.csv",package = "openCyto"))

getNodes(gt, "/nonDebris")
getChildren(gt, "/nonDebris") 

## End(Not run)

[Package openCyto version 1.22.2 Index]