Schema for ensGene
  Database: tarSyr1    Primary Table: ensGene    Row Count: 45,832   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 73smallint(5) unsigned range Indexing field to speed chromosome range queries.
name ENSTSYT00000007506.1varchar(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 15870int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 241878int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 15870int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 241878int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 13int(10) unsigned range Number of exons
exonStarts 15870,15996,26365,26949,302...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 15884,16020,26434,27093,303...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 ENSTSYG00000007502.1varchar(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 1,1,1,1,0,1,1,0,1,1,1,1,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
        knownGeneV39.knownToEnsembl.value (via ensGene.name)
      tarSyr1.ensGtp.transcript (via ensGene.name)
      tarSyr1.ensPep.name (via ensGene.name)
      tarSyr1.ensemblSource.name (via ensGene.name)
      tarSyr1.ensemblToGeneName.name (via ensGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
73ENSTSYT00000007506.1scaffold_0-15870241878158702418781315870,15996,26365,26949,30211,38680,112944,116543,130382,131000,189454,241762,241847,15884,16020,26434,27093,30359,38832,113079,116679,130555,131156,189616,241846,241878,0ENSTSYG00000007502.1cmplincmpl1,1,1,1,0,1,1,0,1,1,1,1,0,
73ENSTSYT00000009874.1scaffold_1+34152229099341522290992134152,53025,100707,113453,114712,119477,119499,119535,119580,119597,121698,124192,136952,138574,148398,155469,161689,166876,1818 ...34331,53157,100791,113579,115095,119497,119534,119578,119595,119615,121827,124231,137141,138745,148558,155659,161734,167104,1820 ...0ENSTSYG00000009870.1cmplcmpl1,0,2,2,2,1,0,2,0,0,0,0,0,0,0,1,1,1,1,2,2,
585ENSTSYT00000008732.1scaffold_100-14210867514210867518142,691,3850,6168,7502,7706,16128,17290,23129,28401,36225,38230,38400,41399,44178,55104,92521,108666,353,856,4024,6293,7615,7963,16235,17409,23205,28514,36404,38398,38415,41497,44270,55258,92615,108675,0ENSTSYG00000008720.1cmplincmpl0,0,0,1,2,0,1,2,1,2,0,0,0,1,2,1,0,0,
585ENSTSYT00000000402.1scaffold_1000+90932379790932379749093,12670,18239,23764,9344,12703,18371,23797,0ENSTSYG00000000402.1cmplcmpl1,0,0,0,
585ENSTSYT00000025287.1scaffold_1000+22470225822258222582122470,22582,0ENSTSYG00000025349.1nonenone-1,
585ENSTSYT00000000404.1scaffold_1000-65221750526522175052465221,72035,72207,74583,65815,72206,72239,75052,0ENSTSYG00000000404.1cmplincmpl0,0,1,0,
585ENSTSYT00000005338.1scaffold_10000-13967147321396714732113967,14732,0ENSTSYG00000005350.1cmplincmpl0,
585ENSTSYT00000005565.1scaffold_100000-842385768423857618423,8576,0ENSTSYG00000005583.1cmplcmpl0,
585ENSTSYT00000001391.1scaffold_100003-413543154135431514135,4315,0ENSTSYG00000001388.1cmplcmpl0,
585ENSTSYT00000003241.1scaffold_100007+217739021773909217,646,2700,3167,3431,5341,7242,7271,7282,329,720,2746,3222,3532,5416,7269,7280,7390,0ENSTSYG00000003226.1incmplcmpl0,1,2,0,1,0,0,0,0,

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