Schema for Tandem Dups - Paired identical sequences
  Database: hub_32_GCF_002901205.1    Primary Table: hub_32_tandemDups Data last updated: 2019-12-10
Big Bed File: https://hgdownload.soe.ucsc.edu/hubs/GCF/002/901/205/GCF_002901205.1/bbi/GCF_002901205.1_cyaCae2.tandemDups.bb
Item Count: 335,169
Format description: Browser Extensible Data
fieldexampledescription
chromNW_019776190.1Reference sequence chromosome or scaffold
chromStart31772605Start position in chromosome
chromEnd31772871End position in chromosome
nameNW_019776190.1:31772606-31772871Name of item.
score1Score (0-1000)
strand++ or - for strand
thickStart31772605Start of where display should be thick (start codon)
thickEnd31772871End of where display should be thick (stop codon)
reserved0Used as itemRgb as of 2004-11-22
blockCount2Number of blocks
blockSizes32,32Comma separated list of block sizes
chromStarts0,234Start positions relative to chromStart
field1432Undocumented field

Sample Rows
 
chromchromStartchromEndnamescorestrandthickStartthickEndreservedblockCountblockSizeschromStartsfield14
NW_019776190.13177260531772871NW_019776190.1:31772606-317728711+31772605317728710232,320,23432
NW_019776190.13234720032347289NW_019776190.1:32347201-323472891+32347200323472890231,310,5831
NW_019776190.13235852132361177NW_019776190.1:32358522-323611776+323585213236117702116,1160,2540116
NW_019776190.13235863832361406NW_019776190.1:32358639-3236140612+323586383236140602228,2280,2540228
NW_019776190.13235886732361532NW_019776190.1:32358868-323615326+323588673236153202125,1250,2540125
NW_019776190.13235898432361646NW_019776190.1:32358985-323616466+323589843236164602121,1210,2541121
NW_019776190.13235910632361705NW_019776190.1:32359107-323617053+32359106323617050258,580,254158
NW_019776190.13235932832361828NW_019776190.1:32359329-323618286+323593283236182802125,1250,2375125
NW_019776190.13235945432361870NW_019776190.1:32359455-323618702+32359454323618700241,410,237541
NW_019776190.13235949632361951NW_019776190.1:32359497-323619514+32359496323619510280,800,237580

Tandem Dups (hub_32_tandemDups) Track Description
 

Description

This track indicates any pair of exactly identical sequence for the 26 Jan 2018 Cyanistes caeruleus/GCF_002901205.1_cyaCae2 genome assembly.

There may be two tracks in this composite collection:

  • Gap Overlaps - Paired exactly identical sequence on each side of a gap
  • Tandem Dups - Paired exactly identical sequence survey over entire genome assembly
The Gap Overlaps is thus a subset of the full Tandem Dups track.

This investigation began when an unusual number of paired sequences around gaps was noticed during the mouse strain sequencing project. This naturally raised the question, how common is this feature, and what type of assemblies can it be found in.

The Gap Overlaps track indicates any pair of exactly identical sequence on each side of gaps. Where a gap is any run of N's, including a single N. The end of an upstream sequence before the gap is duplicated exactly at the beginning of the downstream sequence following the gap in the assembly.
Data in track: Item count: 21; Bases covered: 43,852.

The Tandem Dups track is a similar survey over the entire genome assembly. The separation gap between these paired sequences can range from 1 base up to 20,000 bases.
Data in track: Item count: 335,169; Bases covered: 84,305,605.

Methods

The Gap Overlap duplicate sequences were found by extracting 1,000 bases before and after each gap and aligned to each other with the blat command:

  blat -q=dna -minIdentity=95 -repMatch=10 upstreamContig.fa downstreamContig.fa
Filtering the PSL output for a perfect match, no mis-matches, and therefore of equal size matching sequence, where the alignment ends exactly at the end of the upstream sequence, and begins exactly at the start of the downstream sequence.

The Tandem Dups paired sequences were found with the following procedure:

  • Generate 29 base kmers for the entire genome, allow only kmers with bases: A C T G, no N's allowed.
  • Pair up identical kmers with at least one base separation and up to 20,000 bases separation.
  • Collapse overlapping kmer pairs when they are the same size of sequence and the same spacing between the pairs. This procedure preserves the definition of duplicated identical pairs.
  • The resulting pairs can now be longer sequences with smaller separation then the constituent pairs
  • Final result selects sizes of 30 bases or more for the size of the paired sequence, and at least one base remaining as a separation gap.
  • Collapsed pairs that close the gap are discarded. They appear to indicate simple repeat sequences when this happens. It would be interesting to have this result available, but that is not available at this time.

The reason for starting with 29 base sized pairs and then selecting results of at least 30 base sized pairs results in a reasonable number of 30 base pairs. If the procedure starts with 30 base sized pairs, it produces way too many 30 base kmer pairs for a reasonable count.

See Also

Interactive tables of all results:

Credits

Thank you to Joel Armstrong and Benedict Paten of the Computational Genomics Lab at the U.C. Santa Cruz Genomics Institute for identifying this characteristic of genome assemblies.

The data and presentation of this track were prepared by Hiram Clawson, U.C. Santa Cruz Genomics Institute