Schema for ensGene
  Database: galGal5    Primary Table: ensGene    Row Count: 38,118   Data last updated: 2018-05-08
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 ENSGALT00000085567.1varchar(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 29int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 2665int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 29int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 2665int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 7int(10) unsigned range Number of exons
exonStarts 29,124,1676,1976,2050,2351,...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 83,317,1769,2024,2157,2458,...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 ENSGALG00000045540.1varchar(255) values Alternate name (e.g. gene_id from GTF)
cdsStartStat incmplenum('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,0,1,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
        galGal5.ensGtp.transcript (via ensGene.name)
      galGal5.ensPep.name (via ensGene.name)
      galGal5.ensemblSource.name (via ensGene.name)
      galGal5.ensemblToGeneName.name (via ensGene.name)
      knownGeneV39.knownToEnsembl.value (via ensGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585ENSGALT00000085567.1chr1+292665292665729,124,1676,1976,2050,2351,2547,83,317,1769,2024,2157,2458,2665,0ENSGALG00000045540.1incmplcmpl0,0,1,1,1,0,2,
585ENSGALT00000065662.1chr1-99111469999111469949911,11132,13111,14501,10039,11223,13261,14699,0ENSGALG00000031626.2cmplcmpl1,0,0,0,
585ENSGALT00000081419.2chr1-99111469999111469959911,11132,13111,14501,14675,10039,11223,13261,14579,14699,0ENSGALG00000031626.2cmplcmpl1,0,0,0,0,
585ENSGALT00000058291.1chr1-20934257582093425758420934,22168,24170,25560,21062,22247,24320,25758,0ENSGALG00000038274.2cmplcmpl1,0,0,0,
585ENSGALT00000080441.2chr1-20934257582093425758520934,22168,24170,25560,25734,21062,22247,24320,25638,25758,0ENSGALG00000038274.2cmplcmpl1,0,0,0,0,
585ENSGALT00000081071.1chr1+341996714635503671461934199,35496,36418,37292,38874,41519,42095,44930,46545,48491,49634,50349,56445,62783,64079,64370,65268,66214,67011,34316,35599,36571,37445,39033,41642,42209,45339,46610,48582,49702,55391,58396,62915,64238,64465,65403,66320,67146,0ENSGALG00000041494.1cmplcmpl-1,0,0,0,0,0,0,0,1,0,1,0,2,0,0,0,2,2,0,
585ENSGALT00000053187.1chr1+700968210272158811571570096,72158,73495,73696,74690,75384,77030,77275,77676,78225,78505,79158,79638,80581,81020,70162,72242,73569,73826,74801,75439,77141,77386,77732,78295,78639,79266,79933,80653,82102,0ENSGALG00000039682.1cmplcmpl-1,0,0,2,0,0,1,1,1,0,1,0,0,1,1,
585ENSGALT00000082348.1chr1-95032986989518798682695032,96675,97003,97548,98397,98592,95374,96778,97164,97588,98500,98698,0ENSGALG00000038044.1cmplcmpl2,1,2,1,0,0,
585ENSGALT00000054274.1chr1-95373986989661198682595373,97003,97548,98397,98592,96778,97164,97588,98500,98698,0ENSGALG00000038044.1cmplcmpl1,2,1,0,0,
585ENSGALT00000075097.1chr1+9875010269698813102373898750,98996,99131,100168,101025,101594,101926,102292,98920,99026,99211,100248,101137,101692,102010,102696,0ENSGALG00000032458.1cmplcmpl0,2,2,1,0,1,0,0,

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