Schema for ensGene
  Database: galGal3    Primary Table: ensGene    Row Count: 23,392   Data last updated: 2012-08-24
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 ENSGALT00000015891varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chr1varchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 6267int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 21192int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 18355int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 20712int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 7int(10) unsigned range Number of exons
exonStarts 6267,16286,18352,19704,2001...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 6477,16386,18470,19806,2019...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 ENSGALG00000009771varchar(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 -1,-1,0,1,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
        galGal3.ensGtp.transcript (via ensGene.name)
      galGal3.ensPep.name (via ensGene.name)
      galGal3.ensemblSource.name (via ensGene.name)
      galGal3.ensemblToGeneName.name (via ensGene.name)
      knownGeneV39.knownToEnsembl.value (via ensGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585ENSGALT00000015891chr1+626721192183552071276267,16286,18352,19704,20014,20398,20594,6477,16386,18470,19806,20196,20505,21192,0ENSGALG00000009771cmplcmpl-1,-1,0,1,1,0,2,
585ENSGALT00000015914chr1+339226646135209661533033922,35202,36124,36998,38580,39021,40366,40790,41798,42359,45194,46566,46728,46802,46964,48402,48715,49182,50649,53911,55452,57 ...34022,35305,36277,37139,38721,39041,40417,40833,41906,42473,45603,46582,46768,46937,46977,48432,48776,49228,53809,54398,56998,57 ...0ENSGALG00000009783cmplcmpl-1,0,0,0,0,0,2,2,0,0,0,1,2,0,0,1,1,2,0,1,2,0,0,2,0,0,0,2,2,0,
585ENSGALT00000040454chr1-56709674775671067196256709,66925,56724,67477,0ENSGALG00000023990incmplcmpl1,0,
585ENSGALT00000015903chr1+691038349771455825521569103,71455,74888,75090,76085,76779,78427,78670,79071,79620,79900,80553,81033,81976,82415,69169,71539,74962,75220,76196,76833,78536,78781,79127,79690,80034,80661,81328,82048,83497,0ENSGALG00000009778cmplcmpl-1,0,0,2,0,0,0,1,1,0,1,0,0,1,1,
585ENSGALT00000015896chr1-84014849838401484983184014,84983,0ENSGALG00000009775incmplincmpl0,
585ENSGALT00000015892chr1-96906989479690698947596906,97268,97813,98662,98857,97043,97429,97853,98765,98947,0ENSGALG00000009772incmplcmpl1,2,1,0,0,
585ENSGALT00000015890chr1+9907810296499078102638899078,99261,99406,100433,101287,101859,102191,102557,99185,99301,99476,100510,101402,101957,102275,102964,0ENSGALG00000009770cmplcmpl0,2,0,1,0,1,0,0,
585ENSGALT00000040436chr1-1049241070281049281070285104924,105481,105867,106635,106909,105072,105639,106133,106833,107028,0ENSGALG00000023986incmplincmpl0,1,2,2,0,
585ENSGALT00000040434chr1+1086331122551087781091202108633,112217,109247,112255,0ENSGALG00000023985incmplcmpl0,-1,
585ENSGALT00000015860chr1-1096861147701099051147709109686,110315,110781,111048,111587,112215,112833,113848,114626,110207,110418,110909,111173,111757,112434,113120,113852,114770,0ENSGALG00000009746cmplincmpl1,0,1,2,0,0,1,0,0,

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