Schema for ensGene
  Database: felCat5    Primary Table: ensGene    Row Count: 22,656   Data last updated: 2017-10-10
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 ENSFCAT00000011707.2varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chrA1varchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 35458int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 46532int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 35458int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 46532int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 8int(10) unsigned range Number of exons
exonStarts 35458,36352,37246,38853,402...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 35501,36460,37448,38972,403...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 ENSFCAG00000011704.2varchar(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,1,1,2,1,1,2,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
        felCat5.ensGtp.transcript (via ensGene.name)
      felCat5.ensPep.name (via ensGene.name)
      felCat5.ensemblSource.name (via ensGene.name)
      felCat5.ensemblToGeneName.name (via ensGene.name)
      knownGeneV39.knownToEnsembl.value (via ensGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585ENSFCAT00000011707.2chrA1+35458465323545846532835458,36352,37246,38853,40214,41786,45187,46353,35501,36460,37448,38972,40367,41985,45306,46532,0ENSFCAG00000011704.2cmplcmpl0,1,1,2,1,1,2,1,
585ENSFCAT00000026734.1chrA1+77113783837711378383477113,77326,77508,77810,77313,77507,77730,78383,0ENSFCAG00000024737.1incmplincmpl0,2,0,0,
585ENSFCAT00000031141.1chrA1-1007781060201029321060205100778,104810,105560,105731,105909,103045,104942,105643,105835,106020,0ENSFCAG00000031547.1cmplcmpl1,1,2,0,0,
585ENSFCAT00000026021.1chrA1+1067941137841067941109839106794,106939,109044,109835,110023,110254,110491,110706,110870,106797,107048,109128,109945,110156,110409,110586,110780,113784,0ENSFCAG00000031008.1cmplcmpl0,0,1,1,0,1,0,2,1,
586ENSFCAT00000026124.1chrA1+2249862251162251162251161224986,225116,0ENSFCAG00000023750.1nonenone-1,
586ENSFCAT00000031359.1chrA1+2321812356142321812356144232181,232626,234963,235397,232308,232788,235090,235614,0ENSFCAG00000031108.1incmplincmpl0,1,1,2,
586ENSFCAT00000023886.1chrA1+2532002549032532002549032253200,254699,253338,254903,0ENSFCAG00000023124.1incmplincmpl0,0,
587ENSFCAT00000006897.3chrA1+32950835725532950835634922329508,333212,335727,336701,337778,338043,338397,339343,339690,341357,345075,347216,348072,350612,351792,352044,354205,354518,35 ...329643,333302,335931,336815,337913,338161,338684,339542,339800,341492,345268,347392,348209,350763,351961,352199,354329,354664,35 ...0ENSFCAG00000006891.3incmplcmpl0,0,0,0,0,0,1,0,1,0,0,1,0,2,0,1,0,1,0,2,2,1,
588ENSFCAT00000004915.3chrA1+40408250094840408249840334404082,405104,406374,411327,413951,418648,421275,424638,425942,428056,428229,429173,429206,441519,441886,442960,446389,448546,44 ...404193,405188,406475,411537,414059,418956,421434,424828,426111,428227,428246,429204,429314,441673,442002,443081,446510,448774,44 ...0ENSFCAG00000004914.3incmplcmpl0,0,0,2,2,2,1,1,2,0,0,2,0,0,1,0,1,2,2,0,2,0,2,1,0,0,0,0,0,0,1,2,0,-1,
588ENSFCAT00000024641.1chrA1+42921250094842925148960423429212,441519,441886,442960,446389,448546,449433,449739,455784,456567,457036,458782,460396,476506,477798,480083,481908,485470,48 ...429314,441673,442002,443081,446510,448774,449584,449858,455875,456579,457152,459069,460560,476626,477879,480209,481965,485587,48 ...0ENSFCAG00000004914.3cmplincmpl0,0,1,0,1,2,2,0,2,0,0,2,1,0,0,0,0,0,0,1,-1,-1,-1,

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