Learn R Programming

openCyto (version 1.10.3)

getGate,gatingTemplate,character-method: get gating method from the node

Description

get gating method from the node

Usage

## S3 method for class 'gatingTemplate,character':
getGate(obj, y, z)

Arguments

obj
gatingTemplate
y
character parent node path
z
character child node path

Examples

Run this code
gt <- gatingTemplate(system.file("extdata/gating_template/tcell.csv",package = "openCyto"))
getNodes(gt, only.names = TRUE)
getNodes(gt, "/nonDebris")
getChildren(gt, "/nonDebris")
getGate(gt, "/nonDebris", "/nonDebris/singlets")

Run the code above in your browser using DataLab