Learn R Programming

openCyto (version 1.10.3)

getParent,gatingTemplate,character-method: get parent nodes

Description

get parent nodes

Usage

## S3 method for class '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

Run this code
gt <- gatingTemplate(system.file("extdata/gating_template/tcell.csv",package = "openCyto"))

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

Run the code above in your browser using DataLab