getIndices,GatingSet,name-method {flowWorkspace} | R Documentation |
It adds the boolean gates and does the gating on the fly, and return the indices associated with that bool gate, and remove the bool gate the typical use case would be extracting any-cytokine-expressed cells
## S4 method for signature 'GatingSet,name' getIndices(obj, y)
obj |
|
y |
a quoted expression. |
## Not run: getIndices(gs,quote(`4+/TNFa+|4+/IL2+`)) ## End(Not run)