GatingSet,character,character-method {flowWorkspace} | R Documentation |
construct object from xml workspace file and a list of sampleIDs (not intended to be called by user.)
construct a gatingset with empty trees (just root node)
construct object from existing gating hierarchy(gating template) and flow data
## S4 method for signature 'character,character' GatingSet(x, y, guids, includeGates = FALSE, sampNloc = "keyword", xmlParserOption, wsType) ## S4 method for signature 'flowSet,ANY' GatingSet(x) ## S4 method for signature 'GatingHierarchy,character' GatingSet(x, y, path = ".", ...)
x |
|
y |
|
guids |
|
includeGates |
|
sampNloc |
|
xmlParserOption |
|
wsType |
|
path |
|
... |
other arguments. see parseWorkspace |
## Not run: #fdata could be a flowSet or ncdfFlowSet gs <- GatingSet(fdata) ## End(Not run)