Using deCode rate map not producing recombination events #1882
Replies: 2 comments 5 replies
-
Hi, @jikhashkya - I think what's going on is that a massive chunk of the chr21 recombination map has zero recombination rate (in the chunk you gave, the first 14180791bp has no recombination). So, not only are there no RE events, but there are very few recombinations at all (I did get two distinct trees on the region, though, so there was some recombination). Here's some code that does simulate from a heterogeneous rate map and does get RE events, so if there's a problem it's not general to rate maps.
Perhaps you could try a different chromosome with more recombination and see if that behaves as you expect? |
Beta Was this translation helpful? Give feedback.
-
Just to add to @petrelharp's answers here @jikhashkya - is there a particular reason for using a |
Beta Was this translation helpful? Give feedback.
-
Hi,
I was trying to use the deCode rate map to introduce non-uniform recombination into a simulation using the following piece of code:
And the deCode map's first few lines are as follows:
I don't know what I'm doing wrong, but the
re_nodes.size
always ends up being zero, which I understand as not having any recombination nodes. Any help would be appreciated!!Beta Was this translation helpful? Give feedback.
All reactions