brackets: Bracket operators on 'GatingSet' and 'GatingSetList' objects

Description Usage Arguments Value

Description

[ subsets a GatingSet or GatingSetList using the familiar bracket notation

[[ extracts a GatingHierarchy object from a GatingSet.

Usage

1
2
3
4
5
## S4 method for signature 'GatingSet,ANY,ANY,ANY'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'GatingSet,numeric'
x[[i, j, ...]]

Arguments

x

a GatingSet or GatingSetList

i

numeric or logical or character used as sample indices

j, ..., drop

unused

Value

The [ operator returns an object of the same type as x corresponding to the subset of indices in i, while the [[ operator returns a single GatingHierarchy


flowWorkspace documentation built on Nov. 8, 2020, 8:08 p.m.