RateMap.read_hapmap error about Position values not strictly increasing #2014
-
(newbie question)
Output
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It looks like you are trying to combine the genetic maps to simulate all human chromosomes at once here @lakishadavid? If so, this documentation should help. You will need to do some manual calculations with the coordinates, and I don't think you can just concatenate HapMap files since the main value used is the genetic distance (so, create the RateMap directly rather than use This is going to be a very big simulation though, so I'd recommend having a close look at the "Do I really need this" section! |
Beta Was this translation helpful? Give feedback.
It looks like you are trying to combine the genetic maps to simulate all human chromosomes at once here @lakishadavid? If so, this documentation should help. You will need to do some manual calculations with the coordinates, and I don't think you can just concatenate HapMap files since the main value used is the genetic distance (so, create the RateMap directly rather than use
read_hapmap
for the final step).This is going to be a very big simulation though, so I'd recommend having a close look at the "Do I really need this" section!