getIndices,GatingSet,name-method {flowWorkspace}R Documentation

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

## S4 method for signature 'GatingSet,name'
getIndices(obj, y)

Arguments

obj

GatingSet

y

a quoted expression.

Examples

## Not run: 

getIndices(gs,quote(`4+/TNFa+|4+/IL2+`))


## End(Not run)

[Package flowWorkspace version 3.26.9 Index]