Learn R Programming

openCyto (version 1.10.3)

names,gtMethod-method: get gating method name

Description

get gating method name

Usage

## S3 method for class 'gtMethod':
names(x)

Arguments

x
gtMethod

Examples

Run this code
gt <- gatingTemplate(system.file("extdata/gating_template/tcell.csv",package = "openCyto"))

gtMthd <- getGate(gt, "/nonDebris/singlets",  "/nonDebris/singlets/lymph")
names(gtMthd)
dims(gtMthd)
parameters(gtMthd)
isCollapse(gtMthd)
groupBy(gtMthd)

gtPop <- getNodes(gt, "/nonDebris/singlets/lymph/cd3/cd4+cd8-/CD38+")
names(gtPop)
alias(gtPop)

Run the code above in your browser using DataLab