Schema for ensGene
  Database: canFam5    Primary Table: ensGene    Row Count: 48,737   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 73smallint(5) unsigned range Indexing field to speed chromosome range queries.
name ENSCAFT00040000002.1varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chr1varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 97173int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 167531int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 97460int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 167131int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 25int(10) unsigned range Number of exons
exonStarts 97173,99533,101264,102228,1...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 97631,99696,101397,102309,1...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 ENSCAFG00040000002.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 cmplenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames 0,2,1,1,0,1,0,1,0,2,0,1,1,0...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
        canFam5.ensGtp.transcript (via ensGene.name)
      canFam5.ensPep.name (via ensGene.name)
      canFam5.ensemblSource.name (via ensGene.name)
      canFam5.ensemblToGeneName.name (via ensGene.name)
      knownGeneV39.knownToEnsembl.value (via ensGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
73ENSCAFT00040000002.1chr1-97173167531974601671312597173,99533,101264,102228,106897,108589,110642,111523,113315,114130,115550,116830,118630,120998,123327,123710,124677,125852,1269 ...97631,99696,101397,102309,107027,108744,110694,111693,113403,114200,115678,116862,118762,121107,123400,123776,124787,125972,1270 ...0ENSCAFG00040000002.1cmplcmpl0,2,1,1,0,1,0,1,0,2,0,1,1,0,2,2,0,0,1,2,1,1,1,0,0,
586ENSCAFT00040000003.1chr1+2095822110642095822110642209582,210689,210068,211064,0ENSCAFG00040000003.1cmplcmpl0,0,
587ENSCAFT00040000004.1chr1+2915392924752915392924752291539,292258,291706,292475,0ENSCAFG00040000004.1cmplcmpl0,2,
73ENSCAFT00040000005.1chr1+3383964179673387234179673338396,362458,417005,338795,362681,417967,0ENSCAFG00040000005.1cmplcmpl0,0,1,
588ENSCAFT00040000006.1chr1-4541304865684541304770205454130,461528,476912,485315,486344,457337,461618,477033,485439,486568,0ENSCAFG00040000006.1cmplcmpl0,0,0,-1,-1,
588ENSCAFT00040000007.1chr1-4541304770334541304770202454130,476912,457337,477033,0ENSCAFG00040000006.1cmplcmpl0,0,
589ENSCAFT00040000008.1chr1-5442805584595442805584097544280,545876,550866,553883,554502,555409,558248,544614,545950,550939,553996,554679,555452,558459,0ENSCAFG00040000007.1cmplcmpl2,0,2,0,0,2,0,
589ENSCAFT00040000009.1chr1+5736025859745824135858214573602,575730,582353,585649,573829,575800,582457,585974,0ENSCAFG00040000008.1cmplcmpl-1,-1,0,2,
589ENSCAFT00040000010.1chr1+5736595860705736765858213573659,582353,585649,573829,582457,586070,0ENSCAFG00040000008.1cmplcmpl0,0,2,
589ENSCAFT00040000011.1chr1+5736595825115736765825113573659,582353,582502,573829,582500,582511,0ENSCAFG00040000008.1cmplcmpl0,0,0,

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