Revised Cox genetic map, for mouse genome build 39 coordinates.
The original map was with build 37. Markers were shifted so that 0 cM == 0 Mbp. It was later moved to build 38, and at some point we changed it to have 0 cM == 3 Mbp. Shifting to build 39 required dealing with a couple of big inversions at centromeres of chromosome 10 and 14; it seems like the chr 10 one was introduced in build 38 and is now being corrected, while the chr 14 inversion is new.
We used the original Cri-Map software with a few changes to get it to compile; the revised source is on GitHub.
-
cox_v3_map.csv- This is the newest Cox genetic map, with build 39 physical positions. -
- crimap files used for original Cox map (families split and data cleaned)
-
- perl scripts used to prepare and run crimap (using version 2.507 of "CRIMAP Improved")
-
- scripts to merge crimap maps into a CSV file, to reorder the crimap input files, and to combine the genetic and physical maps
-
-
original (v1 and v2) cox maps
-
combinedmaps_2008-08-06_clean.csvis the original v1 map -
snpmap_rev_2008-12-10.csvwas the v2 map with positions shifted to line up 0 Mbp with 0 cM -
CoxMaps_rev_build38.csvhas build 38 positions added
-
-
- bp coordinates of Cox markers in build 37, 38, and 39
-
Run
R/reorder_genfiles.Rto create the crimap input files in the build 39 order. UsesData/final_gen.tgzand creates a set of files inWorkV3/.You can similarly run
R/subset_genfiles.R. This creates crimap input files inWorkV3b/that have the subset of markers with build 39 positions, but without reordering the positions. -
Within the
WorkV3/directory:a. Run
../Perl/prepCrimap.plto runcrimap preparefor each of the 20 chromosomes.b. Run
../Perl/createCrimapRunFiles.pl. This creates a set of perl scripts plus one bash script, to run crimap for each chromosome (chrompic + sex-averaged and sex-specific maps).c. Run
runall.shto run crimap on all chromosomes (simultaneously) -
Run
R/grab_maps.R WorkV3to grab the estimated map positions and create a combined filemap.csv. -
Copy
map.csvtoBuild39/cox_build39.csv. -
Run
R/combine_maps.Rto combine the genetic and physical maps inBuild39/and create the filecox_v3_map.csv.
Licensed under the MIT license. (More information here.)