different recombination / mutation rates in subpopulations #2159
-
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 ? |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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_mutaitons
by 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.