RGLab / flowWorkspace

flowWorkspace
GNU Affero General Public License v3.0
45 stars 21 forks source link

Enable forced loading of disk-backed or in-memory data #349

Closed gfinak closed 4 years ago

gfinak commented 4 years ago

via the new load_format flag. Options are `c("default","in-memory","on-disk"). If default, the stored format is used. If in-memory data is loaded as MemCytoFrame if on-disk, data are loaded as Tile or H5 CytoFrame.

TODO: Write unit tests. related to https://github.com/FredHutch/cytolib/commit/71abd4f6f5cba4013c268e92ffa5e6af2a79d71a

mikejiang commented 4 years ago

merged