| gtMethod-class {openCyto} | R Documentation |
A gating method object contains the specifics for generating the gates.
a character specifying the name of the gating method
a character vector specifying the dimensions (channels or markers) of the gate
a list specifying the arguments passed to gating function
a character or integer specifying how to group the data
if character,group the data by the study variables (columns in pData)
if integer, group the data by every N samples.
a logical specifying wether to collapse the data within group before gating.
it is only valid when groupBy is specified
## Not run:
gt <- gatingTemplate(system.file("extdata/gating_template/tcell.csv",package = "openCyto"))
getGate(gt, '2', '3')
## End(Not run)