GatingSet,flowSet,ANY-method {flowWorkspace} | R Documentation |
construct a gatingset with empty trees (just root node)
construct object from existing gating hierarchy(gating template) and flow data
## 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
x |
GatingSet |
y |
GatingHierarchy |
path |
|
... |
other arguments. |
object |
GatingSet |
value |
string |
## Not run: #fdata could be a flowSet or ncdfFlowSet gs <- GatingSet(fdata) ## End(Not run)