GatingSet,flowSet,ANY-method {flowWorkspace}R Documentation

constructors for GatingSet

Description

construct a gatingset with empty trees (just root node)

Usage

## S4 method for signature 'flowSet,ANY'
GatingSet(x)

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

## S4 method for signature 'GatingSetList'
identifier(object)

## S4 replacement method for signature 'GatingSet,character'
identifier(object) <- value

## S4 replacement method for signature 'GatingSetList,character'
identifier(object) <- value

Arguments

object

GatingSet

value

string

Examples

## Not run: 
#fdata could be a flowSet or ncdfFlowSet
gs <- GatingSet(fdata)

## End(Not run)

[Package flowWorkspace version 3.34.1 Index]