Load the cytoframe from h5 format

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