This directory contain human/rat alignments made using the May 2004 human assembly (also known as NCBI build 35, UCSC build hg17) vs. the June 2003 rat assembly (also known as UCSC build rn3). The axtNet subdirectory shows the best mouse/human chain for every part of the mouse genome. For more information on the chain and net algorithms, see the Methods section of the description pages associated with the net and chain tracks. The alignments are in 'axt' format. Each alignment contains three lines and is separated from the next alignment by a space: Line 1 - summarizes the alignment. Line 2 - contains the human sequence with inserts. Line 3 - contains the rat sequence with inserts. The summary line contains 9 blank separated fields with the following meanings: 1 - Alignment number. The first alignment in a file is numbered 0, the next 1, and so forth. 2 - Human chromosome. 3 - Start in human chromosome. The first base is numbered 1. 4 - End in human chromosome. The end base is included. 5 - Rat chromosome. 6 - Start in rat. 7 - End in rat. 8 - Rat strand. If this is '-', the rat start/end fields are relative to the reverse-complemented rat chromosome. 9 - Blastz score. The scoring matrix blastz uses is: A C G T A 91 -114 -31 -123 C -114 100 -125 -31 G -31 -125 100 -114 T -123 -31 -114 91 with a gap open penalty of 400 and a gap extension penalty of 30. The minimum score for an alignment to be kept was 3000 for the first pass, and then 2200 for the second pass, which just restricts the search space to the regions between two alignments found in the first pass. The alignments were done with blastz, which is available from Webb Miller's group at Pennsylvania State University (PSU). Each chromosome was divided into 10010000 base chunks with 10000 bases of overlap. The .lav format blastz output, which does not include the sequence, was converted to .axt with PSU's lavToAxt. The axtNet alignments were processed with chainNet, netSyntenic, and netClass from Jim Kent at UCSC.