Schema for orfeomeGenes
  Database: hg38    Primary Table: orfeomeGenes    Row Count: 38,840   Data last updated: 2019-03-09
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 KJ905121varchar(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 35139int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 35736int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 35736int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 35736int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 3int(10) unsigned range Number of exons
exonStarts 35139,35276,35720,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 35174,35481,35736,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2  varchar(255) values Alternate name (e.g. gene_id from GTF)
cdsStartStat unkenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS start annotation (none, unknown, incomplete, or complete)
cdsEndStat unkenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames -1,-1,-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
        hg38.all_mrna.qName (via orfeomeGenes.name)
      hg38.mrnaOrientInfo.name (via orfeomeGenes.name)
      hg38.orfeomeMrna.qName (via orfeomeGenes.name)
      hgFixed.gbCdnaInfo.acc (via orfeomeGenes.name)
      hgFixed.gbSeq.acc (via orfeomeGenes.name)
      hgFixed.imageClone.acc (via orfeomeGenes.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585KJ905121chr1-35139357363573635736335139,35276,35720,35174,35481,35736,0unkunk-1,-1,-1,
586KJ904234chr1-18522019541218522019541110185220,185490,186316,187128,187378,187754,188129,188438,188790,195262,185350,185559,186469,187290,187577,187890,188266,188584,188902,195412,0incmplcmpl1,1,1,1,0,2,0,0,2,0,
588KJ899668chr1-4507414516784507414516781450741,451678,0incmplcmpl0,
590KJ899668chr1-6857176866546857176866541685717,686654,0incmplcmpl0,
591KJ901126chr1-8267018271928267018271911826701,827192,0incmplcmpl0,
592KJ905008chr1+9393079441529441529441528939307,941143,942135,942409,942558,943252,943697,943907,939460,941306,942251,942488,943058,943377,943808,944152,0unkunk-1,-1,-1,-1,-1,-1,-1,-1,
592KJ898602chr1-94469495924194469595924019944694,945056,945517,946172,946401,948130,948489,951126,951999,952411,953174,953781,954003,955922,956094,956893,957098,958928,95 ...944800,945146,945653,946286,946545,948232,948603,951238,952139,952600,953288,953892,954082,956013,956215,957025,957273,959081,95 ...0incmplcmpl1,1,0,0,0,0,0,2,0,0,0,0,2,1,0,0,2,2,0,
592AM393843chr1-94469695924194469695924019944696,945056,945517,946172,946401,948130,948489,951126,951999,952411,953174,953781,954003,955922,956094,956893,957098,958928,95 ...944800,945146,945653,946286,946545,948232,948603,951238,952139,952600,953288,953892,954082,956013,956215,957025,957273,959081,95 ...0NOC2Lincmplcmpl1,1,0,0,0,0,0,2,0,0,0,0,2,1,0,0,2,2,0,
592BC166618chr1+96069396518996069396518912960693,961292,961628,961825,962354,962703,963108,963336,963919,964106,964348,964962,960800,961552,961750,962047,962471,962917,963253,963504,964008,964180,964530,965189,0KLHL17cmplincmpl0,2,1,0,0,0,1,2,2,1,0,2,
592KJ904192chr1+9616339622719616339622702961633,961825,961750,962271,0cmplincmpl0,0,

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