-
Notifications
You must be signed in to change notification settings - Fork 50
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
Isolation window changes? #152
Comments
Hi @edeutsch, the error that has been fixed in 1.4.1 is only relevant if isolation offset is used in the raw file, i.e. the center of the isolation window is shifted from the isolated mass. The support for that feature has been introduced in 1.4.0 (4e3b469).
The error has been corrected in 1.4.1 by 3d899ea It has been a while since 1.3.2, i.e. it is hard to say what is the reason for the different output. After a quick (and, honestly, rather shallow) dissection I can pinpoint ae7b0b0 (included in 1.3.3). The change prioritizes isolation window information from scan trailer (if it is present) over the information stored in the It would help if we can dissect (at least) the version when the change had happened. Would it be possible to share a representative raw file and (preferably) scan? (Edited) Release notes in Wiki have been updated with some extra details. |
Thanks for the response, but then that seems like it wouldn't account for what I'm seeing. There seems to be no offset in my file. I'm seeing this:
and v1.4.2:
ah, I now see more in your edited post. The file is from an LTQ Orbitrap, it is: mzspec:PXD001168:20070625_03_Ti1 ftp://ftp.pride.ebi.ac.uk/pride/data/archive/2015/04/PXD001168/20070625_03_Ti1.RAW This seems to happen in all scans in the file. |
So the high-level summary seems to be: For LTQ Orbitrap type instruments, prior to TRFP v1.3.3, if there is conflicting information in the trailer and Reaction data in the RAW file, then the recorded isolation width might be incorrect in the mzML file (too small by a factor of 2 in one example) ? |
I processed the file in all versions starting from 1.3.2 and can confirm that the change has been introduced in 1.3.3. I can also confirm that (at least for this specific file), an isolation width should be 2 Th. It is the one used in the stored MS method and matches the value provided in the trailer. Thus, my initial guess was likely correct. It is, however, unclear where the value stored in Reaction is coming from (Is 1 Th the fallback value?). High-level summary |
Excellent, thank you for the helping me understand the issue. Closing. |
Hi, I looked through the issues and didn't see this discussed, so just want to be sure I understand:
I was just comparing a file that we converted using TRFP 1.3.2 and with 1.4.2, and one substantial difference I notice is:
1.3.2:
vs. with 1.4.2:
So it looks like the isolation offsets have doubled.
Comparing with msconvert, it also has 1 as the value, so it appears that the new values match msconvert.
So is it true to say that for all TRFP conversions performed prior to v1.4.1, the isolation windows were too small by a factor of 2? Or is it more nuanced than that? The release notes say "Fixed a bug in handling isolation offset in mzML output". Can this be documented more specifically? It will be important to know if thousands of our previously converted data files have incorrect information.
thanks!
The text was updated successfully, but these errors were encountered: