save_cytoset: save/load a cytoset to/from disk. load_cytoset() can load a...

Description Usage Arguments Value Examples

View source: R/cytoset.R

Description

Save/load a cytoset to/from the disk.

Usage

1
2
3
save_cytoset(cs, path, ...)

load_cytoset(path, verbose = FALSE, ...)

Arguments

cs

A cytoset

path

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

...

other arguments passed to save_gs/load_gs

verbose

whether to print details. Default is FALSE.

Value

load_cytoset returns a cytoset object

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
	#cs is a cytoset
	save_cytoset(cs, outdir)
	cs <-load_cytoset(outdir)

#or from cytoframe on-disk files
# e.g. h5_dir contains the cytoframes in h5 format
cs <- load_cytoset(h5_dir)


## End(Not run)

flowWorkspace documentation built on Nov. 8, 2020, 8:08 p.m.