Description Usage Arguments Value Examples
Save/load a cytoset to/from the disk.
1 2 3 | save_cytoset(cs, path, ...)
load_cytoset(path, verbose = FALSE, ...)
|
cs |
A |
path |
A character scalar giving the path to save/load the cytoset to/from. |
... |
other arguments passed to |
verbose |
whether to print details. Default is FALSE. |
load_cytoset
returns a cytoset object
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.