sirius-ms / sirius

SIRIUS is a software for discovering a landscape of de-novo identification of metabolites using tandem mass spectrometry. This repository contains the code of the SIRIUS Software (GUI and CLI)
GNU Affero General Public License v3.0
88 stars 23 forks source link

Data conversion issue: mgf vs. mzML #45

Closed stolltho closed 1 year ago

stolltho commented 3 years ago

Hi there.

I have acquired Agilent QTOF LC/MS data (in centroid mode) and converted it w/ msConvert into mgf and mzML. I have then imported each converted file into Sirius GUI. Depending on the conversion format selected, I get different numbers of imported compounds/MS2. E.g. SIRIUS shows me 1700 MS/MS spectra / compounds for the mgf format, but only 40 for the mzML format. There were definitively more than 40 MS2 spectra acquired.

What could be the reason for this?

Cheers, Thomas

mfleisch commented 1 year ago

Hey Thomas, This might due to different feature finding algorithms of msConvert and SIRIUS. when using mgf, features are picked by msconvert, when using mzML features are picked by SIRIUS internal feature finding which is focused on features with good MS/MS.

However, SIRIUS mzML import was in its early stages back then. So the results might have changed a lot since then.

Since your are using an Agilent instrument you can also export CEF format e.g. using masshunter, which is natively supported by SIRIUS.