pData,GatingHierarchy-method {flowWorkspace}R Documentation

read/set pData of flow data associated with GatingSet or GatingSetList

Description

Accessor method that gets or replaces the pData of the flowset/ncdfFlowSet object in a GatingSet or GatingSetList

Usage

## S4 method for signature 'GatingHierarchy'
pData(object)

## S4 method for signature 'GatingSet'
pData(object)

## S4 replacement method for signature 'GatingSet,data.frame'
pData(object) <- value

## S4 replacement method for signature 'GatingSetList,data.frame'
pData(object) <- value

Arguments

object

GatingSet or GatingSetList

value

data.frame The replacement of pData for flowSet or ncdfFlowSet object

Value

a data.frame


[Package flowWorkspace version 3.26.9 Index]