Replies: 1 comment 5 replies
-
Hi Szymon, transition_name is never used by DIA-NN and is just a unique identifier which is not supposed to be interpreted. Strange that FragmentSeriesNumber is incorrect in the first case. Can you please describe in a bit more detail what you did to obtain this result? Is the DIA-NN log available? MaxQuant msms.txt support is 'experimental', has not been tested properly. Best, |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Vadim,
I have a question about the spectral library generation and transition names.
I tried to generate a library using DiaNN's in-silico prediction tool and MaxQuant's msms.txt file transformed into a library using DiaNN (MaxQuant version: 2.0.3.0). I noticed a discrepancy in transition names for y-ions for the same transition, depending on the library generation method. For example:
DiaNN's in-silico prediction tool
**transition_name column: ** AAAATGTIFTFR2_121_1_0_7
**FragmentSeriesNumber column: ** 5
**ProductMz column: ** 841.4559
Mass in ProductMz column is correct for y-ion 7, which is also correctly marked in transition_name column. This means that the FragmentSeriesNumber column is incorrect and it should be 7. Along the same lines, the FragmentSeriesNumber is reversed (12 amino acids - 5 in FragmentSeriesNumber = 7, which is the correct number).
MaxQuant's msms.txt transformed into a library using DIANN
**transition_name column: ** AAAATGTIFTFR2_121_1_0_7
**FragmentSeriesNumber column: ** 5
**ProductMz column: ** 683.3886
Mass in ProductMz column is correct for y ion 5, which is also correctly marked in FragmentSeriesNumber column. This means that the y-ion number in the transition_name column is incorrect/reversed and it should be 5.
This issue is only present for y-ions, while b-ions are correct and consistent.
Another issue that I noticed for MaxQuant's msms.txt file transformed into a library is that sometimes it incorrectly assigns FragmentCharge 1 to ions that are supposed to be FragmentCharge 2, as the Mz in ProductMz column is halved.
My questions are:
Thank you!
Szymon
Beta Was this translation helpful? Give feedback.
All reactions