Schema for ensGene
  Database: micMur1    Primary Table: ensGene    Row Count: 37,458   Data last updated: 2015-08-03
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 73smallint(5) unsigned range Indexing field to speed chromosome range queries.
name ENSMICT00000004318.1varchar(255) values Name of gene (usually transcript_id from GTF)
chrom scaffold_0varchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 198894int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 397933int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 198894int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 397933int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 19int(10) unsigned range Number of exons
exonStarts 198894,223078,227386,234900...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 199955,223224,227680,235093...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 ENSMICG00000004317.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 incmplenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames 0,2,1,1,1,2,2,1,0,0,1,2,0,1...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)
      micMur1.ensGtp.transcript (via ensGene.name)
      micMur1.ensPep.name (via ensGene.name)
      micMur1.ensemblSource.name (via ensGene.name)
      micMur1.ensemblToGeneName.name (via ensGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
73ENSMICT00000004318.1scaffold_0+19889439793319889439793319198894,223078,227386,234900,248620,280350,285529,316400,346380,347435,349902,358932,361406,369398,370309,378692,384174,392930,39 ...199955,223224,227680,235093,249119,280479,285621,316594,346494,347571,350116,359101,361590,369609,370481,378840,384284,393002,39 ...0ENSMICG00000004317.1cmplincmpl0,2,1,1,1,2,2,1,0,0,1,2,0,1,2,0,1,0,0,
587ENSMICT00000004321.1scaffold_0-3309853332593309853332599330985,330990,331084,332795,332833,332865,332905,332940,333173,330988,331083,331095,332832,332851,332901,332938,332947,333259,0ENSMICG00000004325.1cmplincmpl0,0,1,0,0,0,0,2,0,
588ENSMICT00000004327.1scaffold_0-4128284131314131314131315412828,412894,413062,413100,413109,412891,413059,413093,413107,413131,0ENSMICG00000004329.1nonenone-1,-1,-1,-1,-1,
588ENSMICT00000004328.1scaffold_0-4174474175644174474175641417447,417564,0ENSMICG00000004332.1cmplcmpl0,
9ENSMICT00000004337.1scaffold_0-4403281316733440328131673324440328,440349,440615,453055,454897,501902,601927,603686,631172,693356,696557,702045,767343,781223,815712,914178,915064,915653,94 ...440346,440365,440828,453239,454998,502044,602076,603820,631438,693536,696662,702170,767532,781390,815863,914316,915139,915738,94 ...0ENSMICG00000004334.1cmplincmpl0,2,2,1,2,1,2,0,1,1,1,2,2,0,2,2,2,1,1,1,1,0,1,0,
590ENSMICT00000004339.1scaffold_0+6669776689396669776689391666977,668939,0ENSMICG00000004340.1cmplcmpl0,
594ENSMICT00000021058.1scaffold_0-130500613051571305157130515711305006,1305157,0ENSMICG00000021058.1nonenone-1,
597ENSMICT00000004341.1scaffold_0+159929516161331599295161613341599295,1603241,1613879,1616112,1599388,1603408,1616109,1616133,0ENSMICG00000004341.1cmplincmpl0,0,2,0,
585ENSMICT00000014946.1scaffold_1+22666270322266627032322666,25748,26863,22733,25938,27032,0ENSMICG00000014959.1cmplcmpl0,1,2,
585ENSMICT00000020084.1scaffold_1+25105252192521925219125105,25219,0ENSMICG00000020084.1nonenone-1,

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