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