gt_get_parent {openCyto} | R Documentation |
get parent nodes
gt_get_parent(obj, y, isRef = FALSE)
obj |
|
y |
|
isRef |
|
## Not run: gt <- gatingTemplate(system.file("extdata/gating_template/tcell.csv",package = "openCyto")) gt_get_nodes(gt, "/nonDebris") gt_get_parent(gt, "/nonDebris/singlets") ## End(Not run)