getChildren-graphGML-character-method: get children nodes

getChildren,graphGML,character-methodR Documentation

get children nodes

Description

get children nodes

Usage

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

Arguments

obj

graphGML

y

character parent node path

Value

a graphNEL node

Examples

## Not run: 
g <- read.gatingML.cytobank(xmlfile)
getChildren(g, "GateSet_722326")
getParent(g, "GateSet_722326")

## End(Not run)

RGLab/CytoML documentation built on Feb. 1, 2024, 12:34 a.m.