| field | example | SQL type | info | description |
|---|---|---|---|---|
| bin | 585 | smallint(5) unsigned | range | Indexing field to speed chromosome range queries. |
| chrom | chr1 | varchar(255) | values | Reference sequence chromosome or scaffold |
| chromStart | 12594 | int(10) unsigned | range | Start position in chromosome |
| chromEnd | 12612 | int(10) unsigned | range | End position in chromosome |
| name | altThreePrime | varchar(255) | values | Name of item |
| score | 0 | int(10) unsigned | range | Score from 0-1000 |
| strand | + | char(1) | values | + or - |
| bin | chrom | chromStart | chromEnd | name | score | strand |
|---|---|---|---|---|---|---|
| 585 | chr1 | 12594 | 12612 | altThreePrime | 0 | + |
| 585 | chr1 | 13220 | 13402 | altThreePrime | 0 | + |
| 585 | chr1 | 14406 | 16606 | bleedingExon | 0 | - |
| 585 | chr1 | 14829 | 15795 | retainedIntron | 0 | - |
| 585 | chr1 | 14829 | 14969 | retainedIntron | 0 | - |
| 585 | chr1 | 14969 | 15038 | cassetteExon | 0 | - |
| 585 | chr1 | 15038 | 15795 | retainedIntron | 0 | - |
| 585 | chr1 | 15602 | 15795 | bleedingExon | 0 | - |
| 585 | chr1 | 15942 | 16606 | retainedIntron | 0 | - |
| 585 | chr1 | 15942 | 15947 | altThreePrime | 0 | - |
Note: all start coordinates in our database are 0-based, not 1-based. See explanation here.
This track shows various types of alternative splicing and other events that result in more than a single transcript from the same gene. The label by an item describes the type of event. The events are:
This track is based on an analysis by the txgAnalyse program of splicing graphs produced by the txGraph program. Both of these programs were written by Jim Kent at UCSC.