Learn R Programming

openCyto (version 1.10.3)

getChildren,gatingTemplate,character-method: get children nodes

Description

get children nodes

Usage

## S3 method for class 'gatingTemplate,character':
getChildren(obj, y)

Arguments

obj
gatingTemplate
y
character parent node path

Examples

Run this code
gt <- gatingTemplate(system.file("extdata/gating_template/tcell.csv",package = "openCyto"))

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

Run the code above in your browser using DataLab