save_cytoset.RdSave/load a cytoset to/from the disk.
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
if (FALSE) { #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) }