getFJWSubsetIndices {CytoML} | R Documentation |
This function will calculate the indices of a subset of samples in a flowJoWorkspace, based on a keyword/value filter. It is applied to a specific group of samples in the workspace. The output is meant to be passed to the subset= argument of parseWorkspace.
getFJWSubsetIndices(ws, key = NULL, value = NULL, group, requiregates = TRUE)
ws |
|
key |
|
value |
|
group |
|
requiregates |
|
Returns an index vector into the samples in a flowJo workspace for use with parseWorkspace(subset=), based on a keyword/value filter in a specific group of samples.
A numeric vector of indices.