| getGate,gatingTemplate,character-method {openCyto} | R Documentation |
get gating method from the node
## S4 method for signature 'gatingTemplate,character' getGate(obj, y, z)
obj |
|
y |
|
z |
|
## Not run:
gt <- gatingTemplate(system.file("extdata/gating_template/tcell.csv",package = "openCyto"))
getNodes(gt, only.names = TRUE)
getNodes(gt, "/nonDebris")
getChildren(gt, "/nonDebris")
getGate(gt, "/nonDebris", "/nonDebris/singlets")
## End(Not run)