Schema for ensGene
  Database: dasNov3    Primary Table: ensGene    Row Count: 37,723   Data last updated: 2021-05-25
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 ENSDNOT00000038925.1varchar(255) values Name of gene (usually transcript_id from GTF)
chrom AAGV03000462varchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 665int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 1525int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 665int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 1525int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 3int(10) unsigned range Number of exons
exonStarts 665,1151,1506,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 720,1392,1525,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 ENSDNOG00000040597.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 0,1,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
        dasNov3.ensGtp.transcript (via ensGene.name)
      dasNov3.ensPep.name (via ensGene.name)
      dasNov3.ensemblSource.name (via ensGene.name)
      dasNov3.ensemblToGeneName.name (via ensGene.name)
      knownGeneV39.knownToEnsembl.value (via ensGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585ENSDNOT00000038925.1AAGV03000462+665152566515253665,1151,1506,720,1392,1525,0ENSDNOG00000040597.1cmplincmpl0,1,2,
585ENSDNOT00000032866.1AAGV03001531-212692126942,599,659,942,211,657,938,1269,0ENSDNOG00000040886.1incmplcmpl1,0,0,0,
585ENSDNOT00000054944.1AAGV03002204-20119011901190220,834,270,1190,0ENSDNOG00000049893.1nonenone-1,-1,
585ENSDNOT00000043187.1AAGV03003272-5599655996455,120,197,842,118,182,752,996,0ENSDNOG00000042161.1incmplcmpl0,1,1,0,
585ENSDNOT00000049509.1AAGV03003599+29296296296329,58,134,56,130,296,0ENSDNOG00000037889.1nonenone-1,-1,-1,
585ENSDNOT00000038859.1AAGV03004835+6407487487481640,748,0ENSDNOG00000044719.1nonenone-1,
585ENSDNOT00000053939.1AAGV03005238+20123112311231220,626,241,1231,0ENSDNOG00000052549.1nonenone-1,-1,
585ENSDNOT00000035300.1AAGV03005904+9411105110511051941,1105,0ENSDNOG00000032163.1nonenone-1,
585ENSDNOT00000006480.2AAGV03006121+1695981695981169,598,0ENSDNOG00000006485.2incmplincmpl0,
585ENSDNOT00000040232.1AAGV03006342+1397241397242139,389,206,724,0ENSDNOG00000042773.1incmplincmpl0,1,

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