Skip to content
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

combined reads and score/depth calculation #257

Open
irleader opened this issue Jan 15, 2025 · 1 comment
Open

combined reads and score/depth calculation #257

irleader opened this issue Jan 15, 2025 · 1 comment
Labels
M-user-question Misc: All user questions regarding running, usage and such to guide the documentation development

Comments

@irleader
Copy link

When will two peptides be combined into one read? When they have exactly the same sequence (but different modifications are OK)?

When calculating match score/ unique match score, will the read's score be calculated twice if it's a combined read from two peptides?

Also for depth calculation, will positional score from a combined read be taken into account multiple times as well?

@douweschulte
Copy link
Member

  1. When the sequence is the same, while reading in stitch strips all modifications so peptides with the same sequence but a different modification pattern are still combined.
  2. The match score is the same, the original reason of combining was to remove duplicate alignments for the same sequence which lowers the runtime of the program. The area is the sum of all peptides, the local confidence and peptide level confidence scores are also combined.
  3. As the area is the sum of all peptides and the area is taken into account in the depth of coverage (log10 of the area) the combined peptides is accounted for.

@douweschulte douweschulte added the M-user-question Misc: All user questions regarding running, usage and such to guide the documentation development label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
M-user-question Misc: All user questions regarding running, usage and such to guide the documentation development
Projects
None yet
Development

No branches or pull requests

2 participants