GatingSet,flowSet,ANY-method {flowWorkspace} | R Documentation |
construct a gatingset with empty trees (just root node)
## 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
object |
GatingSet |
value |
string |
## Not run: #fdata could be a flowSet or ncdfFlowSet gs <- GatingSet(fdata) ## End(Not run)