load_cytoframe: Load the cytoframe from disk

View source: R/cytoframe.R

load_cytoframeR Documentation

Load the cytoframe from disk

Description

Load the cytoframe from disk

Usage

load_cytoframe(uri, on_disk = TRUE, readonly = on_disk)

Arguments

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.

See Also

Other cytoframe/cytoset IO functions: cf_get_uri(), cf_write_disk(), cf_write_h5(), cs_get_uri(), load_cytoframe_from_fcs(), load_cytoset_from_fcs()


RGLab/flowWorkspace documentation built on March 17, 2024, 2:24 p.m.