Schema for ensGene
  Database: felCat3    Primary Table: ensGene    Row Count: 35,200   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 ENSFCAT00000007608varchar(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 5850int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 15671int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 5850int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 15671int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 6int(10) unsigned range Number of exons
exonStarts 5850,7093,7606,10919,11638,...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 6027,7269,7765,11033,11775,...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 ENSFCAG00000007607varchar(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,1,1,1,2,0,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
        felCat3.ensGtp.transcript (via ensGene.name)
      felCat3.ensPep.name (via ensGene.name)
      felCat3.ensemblSource.name (via ensGene.name)
      felCat3.ensemblToGeneName.name (via ensGene.name)
      knownGeneV39.knownToEnsembl.value (via ensGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585ENSFCAT00000007608scaffold_0-58501567158501567165850,7093,7606,10919,11638,15345,6027,7269,7765,11033,11775,15671,0ENSFCAG00000007607cmplincmpl0,1,1,1,2,0,
585ENSFCAT00000007614scaffold_0+596236558059623655804159623,59643,59659,60135,60145,60155,60173,60210,61675,61684,61698,61707,61714,61732,61747,62106,62109,62130,62149,62161,62996,63 ...59641,59654,59684,60137,60151,60171,60209,60254,61682,61697,61706,61713,61726,61746,61772,62107,62122,62146,62160,62479,63099,63 ...0ENSFCAG00000007609cmplcmpl0,0,2,0,2,2,0,0,2,0,1,0,0,0,2,0,1,2,0,2,2,0,0,0,2,1,0,1,2,0,1,0,2,0,0,0,2,0,0,0,0,
585ENSFCAT00000007617scaffold_0-679967280767996728071367996,68264,69776,70029,70794,71022,71172,71651,71662,72018,72207,72554,72694,68144,68375,69884,70232,70889,71092,71312,71660,71719,72130,72308,72606,72807,0ENSFCAG00000007614cmplincmpl2,2,1,2,0,2,0,0,0,2,0,2,0,
585ENSFCAT00000018594scaffold_1000-37569475603756947560437569,39621,44781,47326,37796,39833,45006,47560,0ENSFCAG00000019348incmplincmpl2,0,0,0,
585ENSFCAT00000014676scaffold_100013-50996513865138651386850996,51001,51075,51103,51108,51134,51180,51290,50999,51073,51099,51106,51132,51179,51288,51386,0ENSFCAG00000014672nonenone-1,-1,-1,-1,-1,-1,-1,-1,
585ENSFCAT00000004622scaffold_100014+367546013675460173675,3742,3755,3806,3837,4377,4427,3741,3753,3804,3833,3876,4422,4601,0ENSFCAG00000004620incmplincmpl0,0,2,0,0,0,0,
585ENSFCAT00000004625scaffold_100014-958310664958310664109583,9610,9641,9683,9711,9722,9829,10506,10535,10655,9603,9633,9679,9707,9717,9824,9874,10533,10652,10664,0ENSFCAG00000004624incmplincmpl1,2,0,0,0,0,0,0,0,0,
585ENSFCAT00000003443scaffold_100019+26393294002639329400226393,29359,26518,29400,0ENSFCAG00000003443cmplincmpl2,1,
585ENSFCAT00000019989scaffold_10002-493550425042504214935,5042,0ENSFCAG00000020002nonenone-1,
585ENSFCAT00000019518scaffold_100022-5626696696691562,669,0ENSFCAG00000019531nonenone-1,

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