-
Notifications
You must be signed in to change notification settings - Fork 87
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
add dog demographic model #905
base: main
Are you sure you want to change the base?
add dog demographic model #905
Conversation
Codecov Report
@@ Coverage Diff @@
## main #905 +/- ##
==========================================
- Coverage 99.40% 96.83% -2.58%
==========================================
Files 80 81 +1
Lines 2521 2588 +67
Branches 285 285
==========================================
Hits 2506 2506
- Misses 7 74 +67
Partials 8 8
Continue to review full report at Codecov.
|
The Boxer Ne is not inferred, so I'm not going to include the Boxer in the model. |
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.
Hi @agladstein - looks like it's very close. Just commenting that the mutation rate can now be added to the DemographicModel as that PR was merged, and a question about the mutation rates.
(G-PhoCS) (Gronau et al. 2011) on neutral autosomal loci from | ||
whole genome sequences. See Figure 5A in Freedman et al. 2014. | ||
Note that Freedman et al. 2014 calibrated the parameters with a | ||
mutation rate of 1e-8. |
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.
The mutation rate can now be added to the DemographicModel.
m_GLJ_ISW = 0 | ||
m_ISW_GLJ = 0.05 | ||
m_GLJ_ancDW = 0.02 | ||
m_ancDW_GLJ = 0.99 |
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.
Some of these seem like very high mutation rates.. are they unscaled?
If you can finish this up we could get it QC'ed, probably, @agladstein! |
Ok, I'll try to do it this weekend. |
I started to work on this, but I'm so out of it (computer isn't setup anymore, weird merge conflicts...), I won't be able to finish it this weekend. |
I'll ask on slack! |
I can give this a try. |
That seems reasonable to me @rwaples. I got blocked over the weekend because of merge conflicts, so that sounds like a reasonable way around that problem. |
Sounds good - you did almost all the hard work. I'd be curious what your thoughts on including the Boxer population. I see a few options:
|
Here's some options I can think of:
IMO, any of these would seem reasonable and so would be fine, as long as it's documented what's happened. |
Thanks for the input. |
I am making this a draft because I have a few unresolved issues.
This PR will close #830