Closed jorainer closed 2 months ago
Development of this is ongoing in the alabaster branch. So far, as a proof of principle, I've implemented methods for MsBackendMzR
and Spectra
. Next will be MsExperiment
and XcmsExperiment
. A key to these will be to ensure, especially for on-disk MS backends, that we can restore the objects also when the original data files or the storage of the object itself was moved to another computer or file system.
Done.
This issue refers to issue #9
alabaster defines a framework to save and load R objects to standard file formats (JSON and HDF5). While I'm not particularly happy with the HDF5 export, because external software might actually have issues using that, it would be good to support (also) these formats. Especially, because we can re-use a lot of the already existing export/import functions for standard data types.