Schema for ensGene
  Database: susScr3    Primary Table: ensGene    Row Count: 30,585   Data last updated: 2016-10-18
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 585smallint(5) unsigned range Indexing field to speed chromosome range queries.
name ENSSSCT00000029565.1varchar(255) values Name of gene (usually transcript_id from GTF)
chrom GL892233-1varchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 20int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 1787int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 43int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 1371int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 4int(10) unsigned range Number of exons
exonStarts 20,352,830,1130,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 56,504,1033,1787,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 ENSSSCG00000028326.1varchar(255) values Alternate name (e.g. gene_id from GTF)
cdsStartStat cmplenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS start annotation (none, unknown, incomplete, or complete)
cdsEndStat cmplenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames 0,1,0,2,longblob   Reading frame of the start of the CDS region of the exon, in the direction of transcription (0,1,2), or -1 if there is no CDS region.

Connected Tables and Joining Fields
        knownGeneV39.knownToEnsembl.value (via ensGene.name)
      susScr3.ensGtp.transcript (via ensGene.name)
      susScr3.ensPep.name (via ensGene.name)
      susScr3.ensemblSource.name (via ensGene.name)
      susScr3.ensemblToGeneName.name (via ensGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585ENSSSCT00000029565.1GL892233-1+201787431371420,352,830,1130,56,504,1033,1787,0ENSSSCG00000028326.1cmplcmpl0,1,0,2,
585ENSSSCT00000030164.1GL892258-1+692870047004700416928,7004,0ENSSSCG00000028379.1nonenone-1,
585ENSSSCT00000023513.1GL892260-2-17431226651785722617517431,20810,21192,21870,22526,17867,20992,21369,22046,22665,0ENSSSCG00000022864.1cmplincmpl2,0,0,1,0,
585ENSSSCT00000029420.1GL892260-2-25345307712534530771725345,25795,27403,28128,28936,30173,30612,25690,26888,27569,28157,28999,30511,30771,0ENSSSCG00000028858.1cmplincmpl0,2,1,2,2,0,0,
585ENSSSCT00000024685.1GL892260-2-25345307292534530729825345,25795,27403,27854,28128,28936,30173,30612,25690,26888,27572,27863,28157,28999,30511,30729,0ENSSSCG00000028858.1cmplcmpl0,2,1,1,2,2,0,0,
585ENSSSCT00000029827.1GL892260-2-35683468073674146785335683,39704,46707,36876,39818,46807,0ENSSSCG00000021953.1cmplincmpl0,0,0,
585ENSSSCT00000030099.1GL892261-1-454851724548517224548,5150,4889,5172,0ENSSSCG00000022635.1cmplcmpl1,0,
585ENSSSCT00000028453.1GL892265-1+14601941714601941791460,5335,6830,7323,13753,14535,15227,17374,19297,1571,5376,7002,7408,13855,14561,15395,17467,19417,0ENSSSCG00000022557.1incmplcmpl0,0,2,0,1,1,0,0,0,
585ENSSSCT00000026546.1GL892265-1+21784287102178428710621784,22675,22894,24812,26018,28590,21794,22803,23071,24920,26093,28710,0ENSSSCG00000028523.1incmplincmpl0,1,0,0,0,0,
585ENSSSCT00000025645.1GL892269-1-27388455542738845534727388,38711,38948,40391,41980,43103,45408,27453,38846,38967,40541,42077,43207,45554,0ENSSSCG00000022649.1cmplincmpl1,1,0,0,2,0,0,

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