-
Notifications
You must be signed in to change notification settings - Fork 47
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
Eliminate PsmCount from PEP calculation #2347
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2347 +/- ##
==========================================
+ Coverage 92.65% 92.74% +0.08%
==========================================
Files 136 137 +1
Lines 21243 21199 -44
Branches 2930 2932 +2
==========================================
- Hits 19682 19660 -22
+ Misses 1083 1056 -27
- Partials 478 483 +5
|
@@ -95,20 +94,6 @@ internal static (string ResolvedString, Dictionary<string, int> ResolvedValue) R | |||
} | |||
} | |||
|
|||
internal static (string ResolvedString, double? ResolvedValue) ResolveF2(IEnumerable<double> enumerable) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did this one go?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no longer needed.
@@ -189,6 +195,14 @@ public void SetFdrValues(double cumulativeTarget, double cumulativeDecoy, double | |||
}; | |||
} | |||
|
|||
public void SetQandPEPvalues(double qValue, double qValueNotch, double pep, double pepQValue) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will the other fields in FdrInfo need to be updated as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comment in revised PR
… into updatePepX2
cuz some smart people think that introduces bias.
https://pubmed.ncbi.nlm.nih.gov/21391616/