gt_get_parent: get parent nodes

View source: R/gatingTemplate-methods.R

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

RGLab/openCyto documentation built on May 15, 2024, 3:26 a.m.