Learn R Programming

openCyto (version 1.10.3)

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

Description

get preprocessing method from the node

Usage

## S3 method for class 'gatingTemplate,character':
ppMethod(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"))
ppMethod(gt,  "/nonDebris/singlets",  "/nonDebris/singlets/lymph")

Run the code above in your browser using DataLab