Schema for ensGene
  Database: saiBol1    Primary Table: ensGene    Row Count: 49,034   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 ENSSBOT00000026875.1varchar(255) values Name of gene (usually transcript_id from GTF)
chrom AGCE01148837varchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 7int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 3336int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 1850int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 2925int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 3int(10) unsigned range Number of exons
exonStarts 7,1833,2887,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 107,1950,3336,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 ENSSBOG00000021916.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 -1,0,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)
      saiBol1.ensGtp.transcript (via ensGene.name)
      saiBol1.ensPep.name (via ensGene.name)
      saiBol1.ensemblSource.name (via ensGene.name)
      saiBol1.ensemblToGeneName.name (via ensGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585ENSSBOT00000026875.1AGCE01148837+733361850292537,1833,2887,107,1950,3336,0ENSSBOG00000021916.1cmplcmpl-1,0,1,
585ENSSBOT00000026877.1AGCE01148837+185037141850371421850,3678,1949,3714,0ENSSBOG00000021916.1cmplcmpl0,0,
585ENSSBOT00000000067.1AGCE01148841-345682153457782323456,6959,3508,8215,0ENSSBOG00000000078.1incmplcmpl0,0,
585ENSSBOT00000013527.1AGCE01148849-92199199199192,199,0ENSSBOG00000012394.1nonenone-1,
585ENSSBOT00000045424.1AGCE01148849-525372125680715835253,6762,7098,5793,6910,7212,0ENSSBOG00000030651.1cmplincmpl1,0,0,
585ENSSBOT00000038619.1AGCE01148894+157162315716233157,701,1586,179,1194,1623,0ENSSBOG00000027437.1cmplcmpl0,1,2,
585ENSSBOT00000010048.1AGCE01148930-86680145662338,2281,6590,235,2353,6680,0ENSSBOG00000009152.1cmplincmpl0,0,0,
585ENSSBOT00000010120.1AGCE01148930-145661414566144145,2281,6480,6557,235,2353,6513,6614,0ENSSBOG00000009152.1cmplcmpl0,0,0,0,
585ENSSBOT00000024048.1AGCE01148972+822334282233424822,1338,1567,3267,1259,1512,2036,3342,0ENSSBOG00000020598.1cmplcmpl0,2,2,0,
585ENSSBOT00000039820.1AGCE01148979+1455151455152145,363,188,515,0ENSSBOG00000028004.1incmplcmpl0,1,

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