Schema for Fish Chain/Net - Fish Genomes, Chain and Net Alignments
  Database: danRer7    Primary Table: chainTetNig2    Row Count: 1,147,731   Data last updated: 2010-12-17
Format description: Summary info about a chain of alignments
On download server: MariaDB table dump directory
fieldexampleSQL type description
bin 585smallint(5) unsigned Indexing field to speed chromosome range queries.
score 3090double score of chain
tName Zv9_NA10varchar(255) Target sequence name
tSize 48062int(10) unsigned Target sequence size
tStart 21293int(10) unsigned Alignment start position in target
tEnd 21381int(10) unsigned Alignment end position in target
qName chr11varchar(255) Query sequence name
qSize 11954808int(10) unsigned Query sequence size
qStrand -char(1) Query strand
qStart 10103542int(10) unsigned Alignment start position in query
qEnd 10103626int(10) unsigned Alignment end position in query
id 1106018int(10) unsigned chain id

Connected Tables and Joining Fields
        danRer7.chainTetNig2Link.chainId (via chainTetNig2.id)
      danRer7.netTetNig2.chainId (via chainTetNig2.id)

Sample Rows
 
binscoretNametSizetStarttEndqNameqSizeqStrandqStartqEndid
5853090Zv9_NA10480622129321381chr1111954808-10103542101036261106018
5855180Zv9_NA10480622892629419chr910554956-67297796730290821446
58513012Zv9_NA10480622901230020chr197272499+39986643999644235660
58518824Zv9_NA10480622903430120chr169031048-24761052477353122023
58516036Zv9_NA10480622906030175chrUn_random107808587-5118598551187208162543
58514461Zv9_NA10480622907630407chrUn_random107808587-9214789592149191195858
58513570Zv9_NA10480622909729780chr315489435+1523253715233198218860
5857440Zv9_NA10480622910829761chr157320470-48757404876463539171
5857823Zv9_NA10480622910929977chr810512681+27028052703287504256
5854222Zv9_NA10480622911629444chr1811077504-11600141160320978066

Note: all start coordinates in our database are 0-based, not 1-based. See explanation here.

Fish Chain/Net (fishChainNet) Track Description
 

Description

Chain Track

The chain track shows alignments of zebrafish (Jul. 2010 (Zv9/danRer7)/danRer7) to other genomes using a gap scoring system that allows longer gaps than traditional affine gap scoring systems. It can also tolerate gaps in both zebrafish and the other genome simultaneously. These "double-sided" gaps can be caused by local inversions and overlapping deletions in both species.

The chain track displays boxes joined together by either single or double lines. The boxes represent aligning regions. Single lines indicate gaps that are largely due to a deletion in the zebrafish assembly or an insertion in the other assembly. Double lines represent more complex gaps that involve substantial sequence in both species. This may result from inversions, overlapping deletions, an abundance of local mutation, or an unsequenced gap in one species. In cases where multiple chains align over a particular region of the other genome, the chains with single-lined gaps are often due to processed pseudogenes, while chains with double-lined gaps are more often due to paralogs and unprocessed pseudogenes.

In the "pack" and "full" display modes, the individual feature names indicate the chromosome, strand, and location (in thousands) of the match for each matching alignment.

Net Track

The net track shows the best zebrafish/other chain for every part of the other genome. It is useful for finding orthologous regions and for studying genome rearrangement. The zebrafish sequence used in this annotation is from the Jul. 2010 (Zv9/danRer7) (danRer7) assembly.

Display Conventions and Configuration

Chain Track

By default, the chains to chromosome-based assemblies are colored based on which chromosome they map to in the aligning organism. To turn off the coloring, check the "off" button next to: Color track based on chromosome.

To display only the chains of one chromosome in the aligning organism, enter the name of that chromosome (e.g. chr4) in the box next to: Filter by chromosome.

Net Track

In full display mode, the top-level (level 1) chains are the largest, highest-scoring chains that span this region. In many cases gaps exist in the top-level chain. When possible, these are filled in by other chains that are displayed at level 2. The gaps in level 2 chains may be filled by level 3 chains and so forth.

In the graphical display, the boxes represent ungapped alignments; the lines represent gaps. Click on a box to view detailed information about the chain as a whole; click on a line to display information about the gap. The detailed information is useful in determining the cause of the gap or, for lower level chains, the genomic rearrangement.

Individual items in the display are categorized as one of four types (other than gap):

  • Top - the best, longest match. Displayed on level 1.
  • Syn - line-ups on the same chromosome as the gap in the level above it.
  • Inv - a line-up on the same chromosome as the gap above it, but in the opposite orientation.
  • NonSyn - a match to a chromosome different from the gap in the level above.

Methods

Chain track

The genome sequences were aligned with lastz. The resulting alignments were converted into axt format using the lavToAxt program. The axt alignments were fed into axtChain, which organizes all alignments between a single zebrafish chromosome and a single chromosome from the other genome into a group and creates a kd-tree out of the gapless subsections (blocks) of the alignments. A dynamic program was then run over the kd-trees to find the maximally scoring chains of these blocks. The following matrix was used:

 ACGT
A90-330-236-356
C-330100-318-236
G-236-318100-330
T-356-236-33090

Chains scoring below a minimum score of '2000' were discarded; the remaining chains are displayed in this track. The linear gap matrix used with axtChain:
-linearGap=medium

tableSize    11
smallSize   111
position  1   2   3   11  111  2111  12111  32111   72111  152111  252111
qGap    350 425 450  600  900  2900  22900  57900  117900  217900  317900
tGap    350 425 450  600  900  2900  22900  57900  117900  217900  317900
bothGap 750 825 850 1000 1300  3300  23300  58300  118300  218300  318300
See also: lastz parameters used in these alignments, and chain minimum score and gap parameters used in these alignments.

Net track

Chains were derived from lastz alignments, using the methods described above for the chain track, and sorted with the highest-scoring chains in the genome ranked first. The program chainNet was then used to place the chains one at a time, trimming them as necessary to fit into sections not already covered by a higher-scoring chain. During this process, a natural hierarchy emerged in which a chain that filled a gap in a higher-scoring chain was placed underneath that chain. The program netSyntenic was used to fill in information about the relationship between higher- and lower-level chains, such as whether a lower-level chain was syntenic or inverted relative to the higher-level chain. The program netClass was then used to fill in how much of the gaps and chains contained Ns (sequencing gaps) in one or both species and how much was filled with transposons inserted before and after the two organisms diverged.

Credits

Lastz (previously known as blastz) was developed at Pennsylvania State University by Minmei Hou, Scott Schwartz, Zheng Zhang, and Webb Miller with advice from Ross Hardison.

The axtChain program was developed at the University of California at Santa Cruz by Jim Kent with advice from Webb Miller and David Haussler.

The browser display and database storage of the chains and nets were created by Robert Baertsch and Jim Kent.

The chainNet, netSyntenic, and netClass programs were developed at the University of California Santa Cruz by Jim Kent.

References

Chiaromonte F, Yap VB, Miller W. Scoring pairwise genomic sequence alignments. Pac Symp Biocomput. 2002;:115-26.

Kent WJ, Baertsch R, Hinrichs A, Miller W, Haussler D. Evolution's cauldron: Duplication, deletion, and rearrangement in the mouse and human genomes. Proc Natl Acad Sci U S A. 2003 Sep 30;100(20):11484-9.

Schwartz S, Kent WJ, Smit A, Zhang Z, Baertsch R, Hardison RC, Haussler D, Miller W. Human-Mouse Alignments with BLASTZ. Genome Res. 2003 Jan;13(1):103-7.