getChildren-graphGML-character-method: get children nodes

Description Usage Arguments Value Examples

Description

get children nodes

Usage

1
2
## S4 method for signature 'graphGML,character'
getChildren(obj, y)

Arguments

obj

graphGML

y

character parent node path

Value

a graphNEL node

Examples

1
2
3
4
5
6
## Not run: 
g <- read.gatingML.cytobank(xmlfile)
getChildren(g, "GateSet_722326")
getParent(g, "GateSet_722326")

## End(Not run)

CytoML documentation built on March 12, 2021, 2 a.m.