subset.ncdfFlowSet {ncdfFlow}R Documentation

subset the ncdfFlowSet/ncdfFlowList based on 'pData'

Description

subset the ncdfFlowSet/ncdfFlowList based on 'pData'

Usage

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

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

Arguments

x

ncdfFlowSet or ncdfFlowList

subset

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

...

other arguments. (not used)

Value

a subset of codencdfFlowSet or ncdfFlowList object


[Package ncdfFlow version 2.38.0 Index]