Hello
I wanted to ask what currently the bast way is to export preprocessing results for GNPS FBMN.
I tried different strategies and all failed so far.
- Export with xcms-gnps-tools
- I tried this workflow and the function formatSpectraForGNPS fails because I was running this workflow with the newest version of xcms and the object I was working with is a Spectra object and not an MSnExp object.
- Is there a way to convert the Spectra object to an MSnExp object, or is it possible to extract the scans from the XCMSExperiment into an MSnExp directly.
- Are there any plans to update the functions in xcms-gnps-tools to work with the newest xcms or would it be best to just downgrade xcms to make the export possible?
- Export mzTab-M
- In the GNPS documentation it says that the export from xcms was also possible through a mzTab-M file.
- I tried this with the writeMzTab function but this led to an error saying that the SML data was not populated.
- I also tried it with the MsIO mzTabParam function. This also failed with an error saying the SME data was not populated.
Hello
I wanted to ask what currently the bast way is to export preprocessing results for GNPS FBMN.
I tried different strategies and all failed so far.