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

Spectral recovery update #2273

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

Conversation

Alexander-Sol
Copy link
Contributor

Previously, spectral recovery was dependent on deconvolution. The updated version uses isolation windows, not deconvoluted precursors, to locate Ms2 spectra associated with MBR-transferred identifications.

This change results in increased performance, as measured by the spectral contrast angle between the recovered and donor spectrum. Tests were edited to account for this.

@codecov
Copy link

codecov bot commented Apr 26, 2023

Codecov Report

Merging #2273 (882ecdc) into master (7dfe22b) will decrease coverage by 0.12%.
The diff coverage is 93.19%.

❗ Current head 882ecdc differs from pull request most recent head 59c4cad. Consider uploading reports for the commit 59c4cad to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2273      +/-   ##
==========================================
- Coverage   92.02%   91.90%   -0.12%     
==========================================
  Files         135      134       -1     
  Lines       20602    20343     -259     
  Branches     2828     2829       +1     
==========================================
- Hits        18958    18696     -262     
  Misses       1161     1161              
- Partials      483      486       +3     
Impacted Files Coverage Δ
...eLayer/SpectralRecovery/MiniClassicSearchEngine.cs 91.25% <91.25%> (ø)
...eLayer/SpectralRecovery/SpectralRecoveryResults.cs 95.32% <92.10%> (ø)
...eus/TaskLayer/SearchTask/PostSearchAnalysisTask.cs 92.06% <92.30%> (-1.31%) ⬇️
...ngineLayer/SpectralRecovery/SpectralRecoveryPSM.cs 93.92% <93.92%> (ø)
MetaMorpheus/TaskLayer/SpectralRecoveryRunner.cs 94.11% <97.36%> (ø)
MetaMorpheus/EngineLayer/PeptideSpectralMatch.cs 98.86% <100.00%> (+0.02%) ⬆️
MetaMorpheus/EngineLayer/PsmTsv/PsmTsvHeader.cs 100.00% <100.00%> (ø)
MetaMorpheus/TaskLayer/MetaMorpheusTask.cs 87.26% <100.00%> (-0.02%) ⬇️
...skLayer/SearchTask/PostSearchAnalysisParameters.cs 100.00% <100.00%> (ø)
...aMorpheus/TaskLayer/SearchTask/SearchParameters.cs 100.00% <100.00%> (ø)
... and 1 more

... and 9 files with indirect coverage changes

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.

None yet

2 participants