Schema for ensGene
  Database: nomLeu1    Primary Table: ensGene    Row Count: 28,352   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 ENSNLET00000013453.1varchar(255) values Name of gene (usually transcript_id from GTF)
chrom ADFV01134425varchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 73942int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 74837int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 74837int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 74837int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 2int(10) unsigned range Number of exons
exonStarts 73942,74003,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 74002,74837,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 ENSNLEG00000010554.1varchar(255) values Alternate name (e.g. gene_id from GTF)
cdsStartStat noneenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS start annotation (none, unknown, incomplete, or complete)
cdsEndStat noneenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames -1,-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
        knownGeneV39.knownToEnsembl.value (via ensGene.name)
      nomLeu1.ensGtp.transcript (via ensGene.name)
      nomLeu1.ensPep.name (via ensGene.name)
      nomLeu1.ensemblSource.name (via ensGene.name)
      nomLeu1.ensemblToGeneName.name (via ensGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585ENSNLET00000013453.1ADFV01134425+73942748377483774837273942,74003,74002,74837,0ENSNLEG00000010554.1nonenone-1,-1,
585ENSNLET00000030649.1ADFV01134442-42933430394303943039142933,43039,0ENSNLEG00000025624.1nonenone-1,
585ENSNLET00000028468.1ADFV01134444-90725908109081090810190725,90810,0ENSNLEG00000023443.1nonenone-1,
585ENSNLET00000030290.1ADFV01134450+66782668846688466884166782,66884,0ENSNLEG00000025265.1nonenone-1,
585ENSNLET00000010326.1ADFV01134450+75640784007564078400275640,77330,77165,78400,0ENSNLEG00000008074.1cmplincmpl0,1,
585ENSNLET00000010327.1ADFV01134450+75640784007564078400375640,77432,78199,77162,78166,78400,0ENSNLEG00000008074.1cmplincmpl0,1,0,
585ENSNLET00000010390.1ADFV01134573-57906608755810060463657906,58376,59217,59662,60399,60809,58168,58488,59355,59781,60509,60875,0ENSNLEG00000008128.1cmplcmpl1,0,0,1,0,-1,
585ENSNLET00000010394.1ADFV01134573+74174767457425076745574174,75089,75504,76361,76677,74314,75208,75642,76473,76745,0ENSNLEG00000008133.1cmplcmpl0,1,0,0,1,
585ENSNLET00000010406.1ADFV01134573+9791310052197966100328597913,98670,99096,99953,100260,98030,98789,99234,100065,100521,0ENSNLEG00000008137.1cmplcmpl0,1,0,0,1,
585ENSNLET00000030264.1ADFV01134780+10493106001060010600110493,10600,0ENSNLEG00000025239.1nonenone-1,

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