Schema for ensGene
  Database: ornAna1    Primary Table: ensGene    Row Count: 31,006   Data last updated: 2019-01-11
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 ENSOANT00000037322.1varchar(255) values Name of gene (usually transcript_id from GTF)
chrom Contig1000varchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 49730int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 49883int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 49883int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 49883int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 1int(10) unsigned range Number of exons
exonStarts 49730,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 49883,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 ENSOANG00000027197.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)
      ornAna1.ensGtp.transcript (via ensGene.name)
      ornAna1.ensPep.name (via ensGene.name)
      ornAna1.ensemblSource.name (via ensGene.name)
      ornAna1.ensemblToGeneName.name (via ensGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585ENSOANT00000037322.1Contig1000+49730498834988349883149730,49883,0ENSOANG00000027197.1nonenone-1,
73ENSOANT00000023812.3Contig1000+60509201787605092008771160509,60518,60554,60641,60665,60680,68707,159283,194294,198190,200787,60515,60551,60638,60662,60677,60764,68759,159355,194401,198337,201787,0ENSOANG00000020697.2incmplincmpl0,0,0,0,0,0,0,1,1,0,0,
585ENSOANT00000038327.1Contig100006+276128972897289712761,2897,0ENSOANG00000028202.1nonenone-1,
585ENSOANT00000038899.1Contig10002-222358631235101122,4352,5765,10111,10977,11678,14053,17259,18377,19731,23481,121,4423,5877,10157,11022,11755,14138,17296,18459,19867,23586,0ENSOANG00000030290.1cmplcmpl0,1,0,2,2,0,2,1,0,2,0,
585ENSOANT00000014076.2Contig100022+3068063138063306,538,786,423,705,806,0ENSOANG00000008838.2cmplcmpl0,2,1,
585ENSOANT00000031253.1Contig100040-1169781169783116,730,927,164,835,978,0ENSOANG00000021559.1incmplincmpl0,0,0,
585ENSOANT00000042898.1Contig10005-160654415441544121606,5103,1701,5441,0ENSOANG00000035323.1nonenone-1,-1,
585ENSOANT00000044265.1Contig10005+577469366936693625774,6735,6023,6936,0ENSOANG00000033424.1nonenone-1,-1,
585ENSOANT00000043912.1Contig10006-516460806080608025164,5860,5338,6080,0ENSOANG00000034608.1nonenone-1,-1,
585ENSOANT00000027056.1Contig10008+651066136613661316510,6613,0ENSOANG00000017920.1nonenone-1,

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