cf_write_disk {flowWorkspace}R Documentation

Save the cytoframe to disk

Description

Save the cytoframe to disk

Usage

cf_write_disk(
  cf,
  filename,
  backend = get_default_backend(),
  ctx = .cytoctx_global
)

Arguments

cf

cytoframe object

filename

the full path of the output file

backend

either "h5" or "tile"

ctx

cytoctx object, see [cytoctx] for details

See Also

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


[Package flowWorkspace version 4.4.0 Index]