save_cytoset {flowWorkspace} | R Documentation |
Save/load a cytoset to/from the disk.
save_cytoset(cs, path, ...) load_cytoset(path, ...)
cs |
A |
path |
A character scalar giving the path to save/load the GatingSet to/from. |
... |
other arguments passed to |
load_cytoset
returns a cytoset object
## Not run: #G is a GatingSet save_cytoset(cs, outdir) cs <-load_cytoset(outdir) ## End(Not run)