gt_get_children: get children nodes

View source: R/gatingTemplate-methods.R

gt_get_childrenR 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)

RGLab/openCyto documentation built on Aug. 23, 2023, 6:53 a.m.