getParent,gatingTemplate,character-method {openCyto}R Documentation

get parent nodes

Description

get parent nodes

Usage

## S4 method for signature 'gatingTemplate,character'
getParent(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"))

getNodes(gt, "/nonDebris")
getParent(gt, "/nonDebris/singlets") 

## End(Not run)

[Package openCyto version 1.22.0 Index]