Learn R Programming

openCyto (version 1.10.3)

groupBy,gtMethod-method: get the grouping variable for the gating method

Description

When specified, the flow data is grouped by the grouping variable (column names in pData). Within each group, when isCollapse is set to TRUE, the gating method is applied to the collapsed data. Otherwise, it is done indepentently for each indiviudal sample(flowFrame). Grouping variable is also used by preprocessing method.

Usage

## S3 method for class 'gtMethod':
groupBy(object)

Arguments

object
gtMethod