getFJWSubsetIndices {CytoML} | R Documentation |
This function will calculate the indices of a subset of samples in a flowjo_workspace, 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 flowjo_to_gatingset.
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 flowjo_to_gatingset(subset=), based on a keyword/value filter in a specific group of samples.
A numeric vector of indices.