G. Bourque, P.A. Pevzner and G. Tesler, Reconstructing the Genomic Architecture of Ancestral Mammals: Lessons From Human, Mouse, and Rat Genomes, Genome Research, 14 no. 4 (2004), 507-516.Please cite the above if you use this data. If you use the PatternHunter anchors, please also cite
Journal link: doi:10.1101/gr.1975204
B. Ma, J. Tromp, M. Li, PatternHunter: Faster And More Sensitive Homology Search. Bioinformatics. 18(3):440-445, 2002.
Journal link: doi:10.1093/bioinformatics/18.3.440
| Organism | Assembly name | Chromosomes | Original URL (no longer available) |
|---|---|---|---|
| Human | UCSC hg15 (NCBI build 33) | 1-22, X, Y; M ignored | http://genome.ucsc.edu/goldenPath/10april2003/bigZips/ |
| Mouse | UCSC mm3 (NCBI build 30) | 1-19, X | http://genome.ucsc.edu/goldenPath/mmFeb2003/bigZips/ |
| Rat | UCSC rn3 (Baylor HGSC v. 3.1) | 1-20, X; Un ignored | http://genome.ucsc.edu/goldenPath/rnJun2003/bigZips/ |
| PatternHunter alignment coordinates |
GRIMM-Anchors uncompressed anchors |
GRIMM-Anchors compressed anchors |
GRIMM-Synteny 300 kb blocks |
GRIMM-Synteny 1 Mb blocks |
|
|---|---|---|---|---|---|
| human-mouse | gzip (40,315,854 bytes) | gzip (11,612,600 bytes) | gzip (1,949,496 bytes) | html text | html text |
| human-rat | gzip (40,793,358 bytes) | gzip (10,828,461 bytes) | gzip (1,791,448 bytes) | html text | html text |
| mouse-rat | gzip (272,624,055 bytes) | gzip (24,567,603 bytes) | gzip (708,977 bytes) | html text | html text |
| human-mouse-rat | not applicable | gzip (6,828,062 bytes) | gzip (1,041,309 bytes) | html text | text |
The assemblies were first masked at UCSC with RepeatMasker and TandemRepeatFinder. Bin Ma ran PatternHunter to align the non-masked portions of the sequences. The coordinates of the regions that were masked were available at UCSC in the directories listed above, but are no longer available.
PatternHunter does base-by-base alignments of 2 sequences. It was run with each combination of two species, and also with each species vs. itself. (I did some processing of the latter for the purpose of analyzing repeats, but we will not be using it in the present set of papers.)
I parsed out the coordinates from the PatternHunter output and put them into my own format. Even the coordinate files without the detailed alignments are still very large.
If you have used PatternHunter directly, please note that the format below is my own format, useful to me for GRIMM-Synteny, and is different than PatternHunter's.
Each line has these fields:
ID chr1 start1 end1 chr2 start2 end2 sign score evalue
for example:
1 1 28574062 28575652 X 54629503 54631092 - 1367 0.0 2 1 28574062 28575652 X 54726654 54728243 + 1355 0.0 3 1 243490236 243492219 X 15479260 15481161 - 1017 0.0
position 0 1 2 3 4 5 6 7 8 9 + strand [A] C T A G C C A T G - strand [T] G A T C G G T A Cso position 0 with a sign + is "A" in the leftmost column, + strand row, and position 0 with a sign - is "T" in the leftmost column - strand row. I've marked that position with brackets.
Note that other conventions are also in use, such as:
position 0 1 2 3 4 5 6 7 8 9 + strand [A] C T A G C C A T G - strand [T] G A T C G G T A C position 9 8 7 6 5 4 3 2 1 0
where that position is identified as 0 on the + strand and 9 on the - strand. There are also variations where one or both strands are 1-based, the strands are indicated by positive/negative coordinates, etc.
In the 2-species version, each line has these fields:
ID chr1 start1 end1 chr2 start2 end2 signIn the 3-species version:
ID chr1 start1 end1 sign1 chr2 start2 end2 sign2 chr3 start3 end3 sign3
The file blocks_hmr_1000000 is human-mouse-rat blocks at 1 Mb resolution. The genome #'s in this file can be derived from the filename (order h,m,r: genome 1 = human, genome 2 = mouse, genome 3 = rat). Similarly, in hr_1000000, genome 1 = human and genome 2 = rat. And so on.
Resolution x (300000 or 1000000) means that the length of the every block in the first genome is >= x and the GRIMM-Synteny "gap threshold" is x (in the 2-species files) or 1.5*x (in the 3-species files). We may change the definitions and parameters in future runs.
The first line of the file is "# " plus tab-separated names of the columns. Each subsequent line is a 2 or 3-way synteny block. The files are sorted in order by chromosome and then starting position in genome 1.