save_cytoset {flowWorkspace}R Documentation

save/load a cytoset to/from disk.

Description

Save/load a cytoset to/from the disk.

Usage

save_cytoset(cs, path, ...)

load_cytoset(path, ...)

Arguments

cs

A cytoset

path

A character scalar giving the path to save/load the GatingSet to/from.

...

other arguments passed to save_gs/load_gs

Value

load_cytoset returns a cytoset object

Examples

## Not run: 
	#G is a GatingSet
	save_cytoset(cs, outdir)
	cs <-load_cytoset(outdir)



## End(Not run)

[Package flowWorkspace version 4.0.6 Index]