Schema for ensGene
  Database: loxAfr3    Primary Table: ensGene    Row Count: 28,847   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 ENSLAFT00000038035.1varchar(255) values Name of gene (usually transcript_id from GTF)
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 71int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 71int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 71int(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 71,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 ENSLAFG00000033269.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,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)
      loxAfr3.ensGtp.transcript (via ensGene.name)
      loxAfr3.ensPep.name (via ensGene.name)
      loxAfr3.ensemblSource.name (via ensGene.name)
      loxAfr3.ensemblToGeneName.name (via ensGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585ENSLAFT00000038035.1chrM+071717110,71,0ENSLAFG00000033269.1nonenone-1,
585ENSLAFT00000038036.1chrM+71103110311031171,1031,0ENSLAFG00000033270.1nonenone-1,
585ENSLAFT00000038037.1chrM+103210991099109911032,1099,0ENSLAFG00000033271.1nonenone-1,
585ENSLAFT00000038038.1chrM+110026652665266511100,2665,0ENSLAFG00000033272.1nonenone-1,
585ENSLAFT00000038039.1chrM+266527402740274012665,2740,0ENSLAFG00000033273.1nonenone-1,
585ENSLAFT00000038040.1chrM+274036972740369712740,3697,0ENSLAFG00000033274.1cmplcmpl0,
585ENSLAFT00000038041.1chrM-369537643764376413695,3764,0ENSLAFG00000033275.1nonenone-1,
585ENSLAFT00000038042.1chrM+376138333833383313761,3833,0ENSLAFG00000033276.1nonenone-1,
585ENSLAFT00000038043.1chrM+383539053905390513835,3905,0ENSLAFG00000033277.1nonenone-1,
585ENSLAFT00000038044.1chrM+390549493905494913905,4949,0ENSLAFG00000033278.1cmplcmpl0,

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