save_cytoset | R Documentation |
load_cytoset() can load a cytoset from either the archive previously saved by save_cytoset() call or from a folder that contains a collection of inidivudal cytoframe files (either in h5 format or tiledb format)
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
## 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.