flowData,GatingSet-method {flowWorkspace}R Documentation

Fetch or replace the flowData object associated with a GatingSet .

Description

Accessor method that gets or replaces the flowset/ncdfFlowSet object in a GatingSet or GatingHierarchy

Usage

## S4 method for signature 'GatingSet'
flowData(x)

## S4 replacement method for signature 'GatingSet'
flowData(x) <- value

Arguments

x

A GatingSet

value

The replacement flowSet or ncdfFlowSet object

Details

Accessor method that sets or replaces the ncdfFlowSet object in the GatingSet or GatingHierarchy.

Value

the object with the new flowSet in place.


[Package flowWorkspace version 3.30.2 Index]