load_cytoframe {flowWorkspace} | R Documentation |
Load the cytoframe from disk
load_cytoframe(uri, on_disk = TRUE, readonly = on_disk, ctx = .cytoctx_global)
uri |
path to the cytoframe file |
on_disk |
logical flag indicating whether to keep the data on disk and load it on demand. Default is TRUE. |
readonly |
logical flag indicating whether to open h5 data as readonly. Default is TRUE. And it is valid when on_disk is set to true. |
ctx |
cytoctx object, see [cytoctx] for details |
Other cytoframe/cytoset IO functions:
cf_get_uri()
,
cf_write_disk()
,
cf_write_h5()
,
cf_write_tile()
,
cs_get_uri()
,
load_cytoframe_from_fcs()
,
load_cytoset_from_fcs()