ppMethod-gatingTemplate-character-method: get preprocessing method from the node

Description Usage Arguments Examples

Description

get preprocessing method from the node

Usage

1
2
## S4 method for signature 'gatingTemplate,character'
ppMethod(obj, y, z)

Arguments

obj

gatingTemplate

y

character parent node path

z

character child node path

Examples

1
2
3
4
5
## Not run: 
gt <- gatingTemplate(system.file("extdata/gating_template/tcell.csv",package = "openCyto"))
ppMethod(gt,  "/nonDebris/singlets",  "/nonDebris/singlets/lymph")

## End(Not run)

openCyto documentation built on Nov. 8, 2020, 5:40 p.m.