-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to PEP Calculation and Filtering (#2387)
* new style computation of pep q-value * fixed unit tests * separate PsmFdrInfo and PeptideFdrInfo calculations in FdrAnalysisEngine * d * fdh * not working yet * maybe better maybe not * huh * tr * j * 53 * Fixed filtering kinda * commit before i start breaking things * still sorta broken * idk * Fixed most issues, moved filtering to MetaMorpheus Task * fix multiprotease unit test * fix MakeSureFdrDoesntSkip * fix TestPeptideCount * new postsearchanalysistask results generator * fixed results output in postsearchanalysistask * yert * fix pep q-value calc * fix peptideFdrTest * fix spectral recovery * ity * fix semi specific test * fix metadraw test * lkah * poiu * slice test fixed * some tests * some testst * fixed most of silac unit tests * hmm * dsg * uio * kjg * ghk * Fixed the few remaining tests that were breaking * Five tests breaking, mostly numbers * Fixed results.txt writer for PEP-Q-values. * Fixed output bug * idk * broken * Finally fixed!!! * Added QValueThresholdForPEP to common params * Addressed Nic's comments * Fixed tests that broke when addressing Nic's comments * Made fields in FilteredPsms more explicit * added comments - MRS * More comments, better ordering --------- Co-authored-by: Michael Shortreed <mshort@chem.wisc.edu>
- Loading branch information
1 parent
7fd6aee
commit 4e95528
Showing
23 changed files
with
963 additions
and
667 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
254 changes: 178 additions & 76 deletions
254
MetaMorpheus/EngineLayer/FdrAnalysis/FdrAnalysisEngine.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.