sneumann / xcms

This is the git repository matching the Bioconductor package xcms: LC/MS and GC/MS Data Analysis
Other
177 stars 81 forks source link

Addition of MzTabParam for export in .mztab format #718

Open philouail opened 5 months ago

philouail commented 5 months ago

Here is the PR for the implementation of mztab-m export using the storeResults generic function combined with a param object of class MzTabParam .

For now, the export format only has the mandatory field available (as well as possibility to add opt_ columns for the SMF table. In the future more metadata rows could be implemented if it makes sense from the format of XcmsExperiment object.

Any feedback and correction is welcomed.

sneumann commented 5 months ago

Hi, thanks for that PR!

Yours, Steffen