different recombination / mutation rates in subpopulations #2159
Answered
by
jeromekelleher
andrei-barysenka
asked this question in
Q&A
|
is there a way in msprime to simulate ancestry / mutations with demographic events (like a split) where individual populations have different recombination rates and mutation rates ? |
Answered by
jeromekelleher
Mar 16, 2022
Replies: 1 comment
|
Unfortunately not @andrei-barysenka. We have an existing issue (#1095) discussing the idea of changing recombination rates over time. A per-population mutation rate is an interesting idea and could be done in Neither would be particularly straightforward to implement, I'm afraid. |
0 replies
Answer selected by
andrei-barysenka
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately not @andrei-barysenka. We have an existing issue (#1095) discussing the idea of changing recombination rates over time.
A per-population mutation rate is an interesting idea and could be done in
sim_mutaitonsby keeping track of what population an edge is "in" (but I guess we'd need to keep track of all migrations as well in a full-arg like way).Neither would be particularly straightforward to implement, I'm afraid.