-
Notifications
You must be signed in to change notification settings - Fork 92
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
Getting started with DFE for MusMus #1556
Conversation
add line to init importing dfe fix neutral,non-neutral props. try shorter dfe model name
82af086
to
84e8710
Compare
I've rebased this; we'll see what needs to be done? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1556 +/- ##
=======================================
Coverage 99.84% 99.84%
=======================================
Files 130 131 +1
Lines 4416 4431 +15
Branches 608 608
=======================================
+ Hits 4409 4424 +15
Misses 3 3
Partials 4 4 ☔ View full report in Codecov by Sentry. |
Okay - looking at the paper, I've got a few questions: should we be (also?) implementing a DFE with positive selection? And, should we be worried this paper from 2021 is still a preprint? |
@petrelharp I think we could implement a couple of different scenarios, I just wanted to make sure this simplest scenario, or at least a scenario that is present for a few other species in the catalog, passed spec before trying others. An alternative citation that could be included as well because it includes some of the same/similar simulations is here. |
Sounds good. If the intention is to implement more than one from the same paper, perhaps the name needs additional information? Like I don't know maybe I checked with Tom Booker, btw, who says we're good to use this - there's no issue with this part of the analysis. |
Okay, I think this looks good! Mind opening a QC issue, @peterdfields? |
@petrelharp Sure, I can open the QC issue. Regarding the other scenarios, I should open another branch for these? I definitely figured we were on strong footing for the parameter values/details given Tom had worked them up :) |
Great, thanks! And yes - if you'd like to add more, open a new PR. (Should be easy now?) |
I started this in #1649, so it wouldn't be forgotten - could you provide more info there, please? |
@igronau Just getting the pull started for MusMus. Here I've implemented the base DFE for CDS from here. Note that there is also a DFE for CNE and UTR type genomic sequence but I wanted to make sure the CDS is parameterized correctly first.