| getChildren,gatingTemplate,character-method {openCyto} | R Documentation |
get children nodes
## S4 method for signature 'gatingTemplate,character' getChildren(obj, y)
obj |
|
y |
|
## Not run:
gt <- gatingTemplate(system.file("extdata/gating_template/tcell.csv",package = "openCyto"))
getNodes(gt, "/nonDebris")
getChildren(gt, "/nonDebris")
## End(Not run)