Schema for Alt Events - Alternative Splicing, Alternative Promoter and Similar Events in UCSC Genes
Database: hg19    Primary Table: knownAlt    Row Count: 92,222
Format description: Browser extensible data
fieldexampleSQL type info description
bin 585smallint(5) unsigned range Indexing field to speed chromosome range queries.
chrom chr1varchar(255) values Reference sequence chromosome or scaffold
chromStart 12594int(10) unsigned range Start position in chromosome
chromEnd 12612int(10) unsigned range End position in chromosome
name altThreePrimevarchar(255) values Name of item
score 0int(10) unsigned range Score from 0-1000
strand +char(1) values + or -
Sample Rows
binchromchromStartchromEndnamescorestrand
585chr11259412612altThreePrime0+
585chr11322013402altThreePrime0+
585chr11440616606bleedingExon0-
585chr11482915795retainedIntron0-
585chr11482914969retainedIntron0-
585chr11496915038cassetteExon0-
585chr11503815795retainedIntron0-
585chr11560215795bleedingExon0-
585chr11594216606retainedIntron0-
585chr11594215947altThreePrime0-

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

Alt Events (knownAlt) Track Description

Description

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:

Credits

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.