Skip to content

Understanding psm.tsv #210

Answered by fcyu
plbaldoni asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @plbaldoni ,

As Alexey pointed out, the difference you observed regarding the Delta Mass is due to the rounding errors Philosopher only prints 4 decimal points. So the fourth digit of the values calculated with those columns are not 100% precise.

As to the PSMs with ppm outside of the tolerance, it is due to 1) the binary search used in locating the boundary; and 2) MSFragger used observed mass in converting ppm to Da internally. Here is an toy example of the issue in binary search.

Best,

Fengchao

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by prvst
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #202 on May 06, 2021 14:40.