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

Add fragger hyper score #2407

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Conversation

trishorts
Copy link
Contributor

@trishorts trishorts commented Aug 29, 2024

(5) Scoring and results reporting

MSFragger computes a hyperscore similar to that of X!:
hyperscore=log(Nb!Ny!∑i=1NbIb,i∑i=1NyIy,i)

where Nb is the number of matched b-ions, Ny is the number of matched y-ions, Ib,i are the intensities of matched b-ions, and Iy,i are the intensities of matched b-ions. While the theoretical fragment index can be adapted to include other fragment ion types, only b and y ions are included and used for scoring at this time. Expectation calculation is also performed in a similar manner as X! Tandem through linear regression of the survival function to estimate the expectation of a given hyperscore 51.

Nat Methods. Author manuscript; available in PMC 2017 Oct 10.
Published in final edited form as:
Nat Methods. 2017 May; 14(5): 513–520.
Published online 2017 Apr 10. doi: 10.1038/nmeth.4256
PMCID: PMC5409104
NIHMSID: NIHMS861287
PMID: 28394336
MSFragger: ultrafast and comprehensive peptide identification in shotgun proteomics
Andy T. Kong,1,2 Felipe V. Leprevost,2 Dmitry M. Avtonomov,2 Dattatreya Mellacheruvu,2 and Alexey I. Nesvizhskii1,2,*

Copy link

codecov bot commented Sep 11, 2024

Codecov Report

Attention: Patch coverage is 97.46835% with 2 lines in your changes missing coverage. Please review.

Project coverage is 93.69%. Comparing base (8c8fe5f) to head (dfcdd40).

Files with missing lines Patch % Lines
...pheus/EngineLayer/FdrAnalysis/PEPAnalysisEngine.cs 96.07% 0 Missing and 2 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2407      +/-   ##
==========================================
+ Coverage   93.67%   93.69%   +0.01%     
==========================================
  Files         141      141              
  Lines       21925    21977      +52     
  Branches     3007     3014       +7     
==========================================
+ Hits        20539    20591      +52     
  Misses        934      934              
  Partials      452      452              
Files with missing lines Coverage Δ
MetaMorpheus/EngineLayer/FdrAnalysis/PsmData.cs 100.00% <100.00%> (ø)
...eus/TaskLayer/SearchTask/PostSearchAnalysisTask.cs 94.00% <100.00%> (+0.03%) ⬆️
...pheus/EngineLayer/FdrAnalysis/PEPAnalysisEngine.cs 95.29% <96.07%> (+0.25%) ⬆️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants