-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
alabaster-based file formats #12
Comments
Development of this is ongoing in the alabaster branch. So far, as a proof of principle, I've implemented methods for |
- Add `saveMsObject()` and `readMsObject()` methods for `MsExperiment` objects and `AlabasterParam` (issue #12).
- Add `saveObject()`, `readObject()` methods as well as `saveMsObject()`, `readMsObject()` with `AlabasterParam` for *xcms* result object `XcmsExperiment` (issue #12).
Add alabaster support to MsIO (issue #12)
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.
The text was updated successfully, but these errors were encountered: