gt_get_gate: get gating method from the node

View source: R/gatingTemplate-methods.R

gt_get_gateR Documentation

get gating method from the node

Description

get gating method from the node

Usage

gt_get_gate(obj, y, z)

Arguments

obj

gatingTemplate

y

character parent node path

z

character child node path

Examples

## Not run: 
gt <- gatingTemplate(system.file("extdata/gating_template/tcell.csv",package = "openCyto"))
gt_get_nodes(gt, only.names = TRUE)
gt_get_nodes(gt, "/nonDebris")
gt_get_children(gt, "/nonDebris")
gt_get_gate(gt, "/nonDebris", "/nonDebris/singlets")

## End(Not run)

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