load_cytoframe | R Documentation |
Load the cytoframe from disk
load_cytoframe(uri, on_disk = TRUE, readonly = on_disk)
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. |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.