names-gtMethod-method: get gating method name

names,gtMethod-methodR Documentation

get gating method name

Description

get gating method name

Usage

## S4 method for signature 'gtMethod'
names(x)

Arguments

x

gtMethod

Examples

## Not run: 
gt <- gatingTemplate(system.file("extdata/gating_template/tcell.csv",package = "openCyto"))

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

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

## End(Not run)

RGLab/openCyto documentation built on Aug. 23, 2023, 6:53 a.m.