Schema for ensGene
  Database: cavPor3    Primary Table: ensGene    Row Count: 34,846   Data last updated: 2021-05-25
Format description: Ensembl gene predictions.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 585smallint(5) unsigned range Indexing field to speed chromosome range queries.
name ENSCPOT00000017553.1varchar(255) values Ensembl transcript ID
chrom chrMvarchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 0int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 65int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 65int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 65int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 1int(10) unsigned range Number of exons
exonStarts 0,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 65,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range always 0 for Ensembl genes
name2 ENSCPOG00000017398.2varchar(255) values Ensembl gene ID
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,longblob   Exon frame {0,1,2}, or -1 if no frame for exon

Connected Tables and Joining Fields
        cavPor3.ensGtp.transcript (via ensGene.name)
      cavPor3.ensPep.name (via ensGene.name)
      cavPor3.ensemblSource.name (via ensGene.name)
      cavPor3.ensemblToGeneName.name (via ensGene.name)
      knownGeneV39.knownToEnsembl.value (via ensGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585ENSCPOT00000017553.1chrM+065656510,65,0ENSCPOG00000017398.2nonenone-1,
585ENSCPOT00000017554.1chrM+65100810081008165,1008,0ENSCPOG00000017399.2nonenone-1,
585ENSCPOT00000017555.1chrM+100810771077107711008,1077,0ENSCPOG00000017400.2nonenone-1,
585ENSCPOT00000017556.1chrM+107726422642264211077,2642,0ENSCPOG00000017401.2nonenone-1,
585ENSCPOT00000017557.1chrM+264227162716271612642,2716,0ENSCPOG00000017402.2nonenone-1,
585ENSCPOT00000017558.1chrM+272036802720368012720,3680,0ENSCPOG00000017403.2cmplcmpl0,
585ENSCPOT00000017559.1chrM+367837473747374713678,3747,0ENSCPOG00000017404.2nonenone-1,
585ENSCPOT00000017560.1chrM-374438153815381513744,3815,0ENSCPOG00000017405.2nonenone-1,
585ENSCPOT00000017561.1chrM+381738863886388613817,3886,0ENSCPOG00000017406.2nonenone-1,
585ENSCPOT00000017562.2chrM+388649303886493013886,4930,0ENSCPOG00000017407.3cmplcmpl0,

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