get children nodes

# S4 method for graphGML,character
getChildren(obj, y)

Arguments

obj

graphGML

y

character parent node path

Value

a graphNEL node

Examples

if (FALSE) { g <- read.gatingML.cytobank(xmlfile) getChildren(g, "GateSet_722326") getParent(g, "GateSet_722326") }