-
Notifications
You must be signed in to change notification settings - Fork 35
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
Support for timsTOF data #440
Comments
Regarding scan number mismatch: do we not have a scan ID that we could use? Did you run MQ on the tdf or on the converted mzML? |
Well I cannot say anything about how MQ deals with the numbers ... BUT ... I think it is very normal for a "scan" to mean very different things in different software dealing with PASEF data. The main reason is that a real scan in the .d has very little an noisy information. Most of the real information comes from the series of scans that encompass a single elution of the tims funnel (called a frame). So when converting frames -> scans the naive approach of just splitting each scan is kind of useless (because it would lead to blocks of ~700 ms1 scans that dont share information with each other but share retention time, followed by a bunch of blocks of ms2 scans that look horrendous). The more standard approach is to use sections of the frame and squash them into a single new scan. So when tdf2mzml says DEPENDING ON THE OPTIONS USED FOR EXPORTING "scan=1" could actually mean "frame 1, scans 200-250" (similar to how some qtofs have micro-scans that get aggregated) OR actually "scan 234234" in the run. so .... I have no idea :P I would need to explore a bit more what the numbers are.
|
Can you use the mzML from tdf2mzml and run it with MQ? Then compare and you should see if its a tdf-handling problem, or a pipeline-problem |
I don't think there is a real problem, there is just lack of consensus on what the "scan number" should mean. Bc a scan in the mzml is not the same as a scan in the .d. Having said that ... I do think its a good idea to run the same mq run with .d and .mzml to have some idea how the mappings compare. |
I tried MQ from tdf2mzml converted mzml. But the error was reported. I also set instrument as Bruker TIMS. It doesn't look like the field
|
Description of feature
I tested identification workflow for timsTOF dataset in last week. The first step is to execute the tdf2mzml module and then run the same analyses as for the other data (Comet and MSGF+). Then I compared results with MaxQuant. Set PSM FDR as 0.01, and results of MaxQuant are from evidence.txt. Then overlap of identified peptides above 90% from MaxQuant. But the overlap of PSM is 0. Because scan number (index) is different bwteen quantms and MQ after comparing precursor mz.
compare_results.csv
compare_results_pep.zip
Some questions:
The text was updated successfully, but these errors were encountered: