Schema for ensGene
  Database: sacCer3    Primary Table: ensGene    Row Count: 7,127   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 YAL069W_mRNAvarchar(255) values Name of gene (usually transcript_id from GTF)
chrom chrIvarchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 334int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 649int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 334int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 649int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 1int(10) unsigned range Number of exons
exonStarts 334,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 649,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 YAL069Wvarchar(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,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)
      sacCer3.ensGtp.transcript (via ensGene.name)
      sacCer3.ensPep.name (via ensGene.name)
      sacCer3.ensemblSource.name (via ensGene.name)
      sacCer3.ensemblToGeneName.name (via ensGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585YAL069W_mRNAchrI+3346493346491334,649,0YAL069Wcmplcmpl0,
585YAL068W-A_mRNAchrI+5377925377921537,792,0YAL068W-Acmplcmpl0,
585YAL068C_mRNAchrI-180621691806216911806,2169,0YAL068Ccmplcmpl0,
585YAL067W-A_mRNAchrI+247927072479270712479,2707,0YAL067W-Acmplcmpl0,
585YAL067C_mRNAchrI-723490167234901617234,9016,0YAL067Ccmplcmpl0,
585YAL066W_mRNAchrI+10090103991009010399110090,10399,0YAL066Wcmplcmpl0,
585YAL065C_mRNAchrI-11564119511156411951111564,11951,0YAL065Ccmplcmpl0,
585YAL064W-B_mRNAchrI+12045124261204512426112045,12426,0YAL064W-Bcmplcmpl0,
585YAL064C-A_mRNAchrI-13362137431336213743113362,13743,0YAL064C-Acmplcmpl0,
585YAL064W_mRNAchrI+21565218502156521850121565,21850,0YAL064Wcmplcmpl0,

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