gt_get_children {openCyto}R Documentation

get children nodes

Description

get children nodes

Usage

gt_get_children(obj, y)

Arguments

obj

gatingTemplate

y

character parent node path

Examples

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

gt_get_nodes(gt, "/nonDebris")
gt_get_children(gt, "/nonDebris") 

## End(Not run)

[Package openCyto version 2.5.4 Index]