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

constructors for GatingSet

Description

construct a gatingset with empty trees (just root node)

construct object from existing gating hierarchy(gating template) and flow data

Usage

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

## S4 method for signature 'GatingHierarchy,character'
GatingSet(x, y, path = ".", ...)

## 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

x

GatingSet

y

GatingHierarchy

path

character specifies the path to the flow data (FCS files)

...

other 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.32.0 Index]