Learn R Programming

flowWorkspace (version 3.16.0)

getIndices,GatingSet,name-method: routine to return the indices by specify boolean combination of reference nodes:

Description

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

Usage

"getIndices"(obj, y)

Arguments

obj
GatingSet
y
a quoted expression.

Examples

Run this code
## Not run: 
# 
# 	getIndices(gs,quote(`4+/TNFa+|4+/IL2+`))
# 
# ## End(Not run)

Run the code above in your browser using DataLab