names-gtMethod-method.Rdget gating method name
# S4 method for gtMethod names(x)
| x |
|
|---|
if (FALSE) { 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) }