-
Notifications
You must be signed in to change notification settings - Fork 93
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
DroMel positive DFE #1695
DroMel positive DFE #1695
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1695 +/- ##
=======================================
Coverage 99.85% 99.85%
=======================================
Files 139 139
Lines 4774 4827 +53
Branches 470 470
=======================================
+ Hits 4767 4820 +53
Misses 3 3
Partials 4 4 ☔ View full report in Codecov by Sentry. |
@petrelharp - I noticed that in this implementation you used the Huber 2017 model w/o singletons, but in the implementation of the HomSap DFE with positive mutations (#1694) you used the full model. Is this on purpose? |
Gee - I don't remember this at all, and haven't been able to reconstruct what this means - could you bump my memory? (What "singletons"?) |
Oh wait I understand. Hm let's see. |
Addresses #1690
I used the Huber et al. 2017 gamma-distributed DFE with a proportion of nonsynonymous mutations being positively selected. Parameters for the positively-selected mutations were from Table S6 in the Zhen et al. paper.