Schema for ensGene
  Database: galGal4    Primary Table: ensGene    Row Count: 17,954   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 585smallint(5) unsigned range Indexing field to speed chromosome range queries.
name ENSGALT00000015891.4varchar(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 1734int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 16308int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 2378int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 15705int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 6int(10) unsigned range Number of exons
exonStarts 1734,9271,14697,15007,15391...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 2449,9489,14799,15189,15498...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 ENSGALG00000009771.4varchar(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,2,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
        galGal4.ensGtp.transcript (via ensGene.name)
      galGal4.ensPep.name (via ensGene.name)
      galGal4.ensemblSource.name (via ensGene.name)
      galGal4.ensemblToGeneName.name (via ensGene.name)
      knownGeneV39.knownToEnsembl.value (via ensGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585ENSGALT00000015891.4chr1+17341630823781570561734,9271,14697,15007,15391,15587,2449,9489,14799,15189,15498,16308,0ENSGALG00000009771.4cmplcmpl0,2,1,1,0,2,
585ENSGALT00000042749.1chr1-31159359503115935950431159,32383,34362,35752,31287,32474,34512,35950,0ENSGALG00000027884.1cmplcmpl1,0,0,0,
585ENSGALT00000015914.4chr1+411117557342416740592841111,42409,43331,44205,44647,45011,45663,45773,48432,49008,51843,53215,53377,53451,53726,55364,55831,57298,63358,64934,67270,68 ...41229,42512,43484,44358,44667,45064,45666,45946,48555,49122,52252,53231,53417,53547,53808,55425,55877,62304,64904,65309,67449,68 ...0ENSGALG00000009783.4cmplcmpl-1,0,0,0,0,2,1,1,0,0,0,1,2,0,0,1,2,0,2,0,0,2,0,0,0,2,2,0,
585ENSGALT00000015903.4chr1+770098901679071880711577009,79071,80408,80609,81604,82298,83944,84189,84590,85139,85419,86072,86552,87495,87934,77075,79155,80482,80739,81715,82353,84055,84300,84646,85209,85553,86180,86847,87567,89016,0ENSGALG00000009778.4cmplcmpl-1,0,0,2,0,0,1,1,1,0,1,0,0,1,1,
585ENSGALT00000015896.4chr1-91891928609189192860191891,92860,0ENSGALG00000009775.4incmplincmpl0,
585ENSGALT00000015892.4chr1-1030121062481041691062405103012,104561,105106,105955,106150,104336,104722,105146,106058,106248,0ENSGALG00000009772.4cmplcmpl1,2,1,0,0,
585ENSGALT00000015890.4chr1+1063711117741063711099318106371,106554,106689,107726,108583,109152,109484,109850,106478,106584,106769,107806,108695,109250,109568,111774,0ENSGALG00000009770.4cmplcmpl0,2,2,1,0,1,0,0,
585ENSGALT00000040436.2chr1-1112001136651115231136655111200,112118,112504,113272,113546,111709,112276,112770,113470,113665,0ENSGALG00000023986.2incmplincmpl0,1,2,2,0,
585ENSGALT00000015860.4chr1-1153401200791157401200538115340,116150,116616,116883,117422,118050,118668,119820,116042,116253,116744,117008,117592,118269,118909,120079,0ENSGALG00000009746.4cmplcmpl1,0,1,2,0,0,2,0,
585ENSGALT00000042874.1chr1-1220191231411220191230883122019,122449,122820,122364,122604,123141,0ENSGALG00000025765.1cmplincmpl0,1,0,

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