| names,gtMethod-method {openCyto} | R Documentation |
get gating method name
## S4 method for signature 'gtMethod' names(x)
x |
|
## 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)