load_cytoframe_from_h5 {flowWorkspace} | R Documentation |
Load the cytoframe from h5 format
load_cytoframe_from_h5(filename, readonly = TRUE, on_disk = TRUE)
filename |
the full path of the output h5 file |
readonly |
logical flag indicating whether to open h5 data as readonly. Default is TRUE. |
on_disk |
logical flag indicating whether to keep the data on disk and load it on demand. Default is TRUE. |
Other cytoframe/cytoset IO functions:
cf_get_h5_file_path()
,
cf_write_h5()
,
cs_get_h5_file_path()
,
load_cytoframe_from_fcs()
,
load_cytoset_from_fcs()