gt_get_parent {openCyto}R Documentation

get parent nodes

Description

get parent nodes

Usage

gt_get_parent(obj, y, isRef = FALSE)

Arguments

obj

gatingTemplate

y

character child node path

isRef

logical whether show the reference node besides the parent node

Examples

## 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)

[Package openCyto version 2.6.0 Index]