load_cytoframe_from_h5 {flowWorkspace}R Documentation

Load the cytoframe from h5 format

Description

Load the cytoframe from h5 format

Usage

load_cytoframe_from_h5(filename, readonly = TRUE, on_disk = TRUE)

Arguments

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.

See Also

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()


[Package flowWorkspace version 4.0.6 Index]