I am running MOSAIC and don't understand how their "cumulative recombination rate" is calculated. I have the 1000G genetic map that their data appears to be based off of, but don't know how to convert the combined rate to the cumulative rate. As an example the first few lines of the genetic map look like this
pos rate(cM/Mb) Map(cM)
14431347 9.6640974 0.00000000
14432618 9.7078062 0.01228307
14433624 9.7138922 0.02204912
14433659 9.7163435 0.02238911
14433758 9.7078088 0.02335103
Whereas the cumulative recombination rate looks like this
:sites:44801
14431347 14432618 14433624 14433659 14433758
0 0.009850758 0.01767697 0.0179494 0.01872035
where the 3 rows are # of sites, pos (bp) and cumulative recombination rate
I did find this note online for calculating cumulative recombination rate. I've calculated my mean combined rate as ~2.65, however I still seem to be missing something as multiplying this by the distance between snps does not give me the correct answer.
@rshoobs Did you solve this?