subset {flowWorkspace}R Documentation

subset the GatingSet/GatingSetList based on 'pData'

Description

subset the GatingSet/GatingSetList based on 'pData'

Usage

## S3 method for class 'GatingSet'
subset(x, subset, ...)

Arguments

x

GatingSet or GatingSetList

subset

logical expression(within the context of pData) indicating samples to keep. see subset

...

other arguments. (not used)

Value

a codeGatingSet or GatingSetList object


[Package flowWorkspace version 4.5.3 Index]