Schema for xenoRefGene
  Database: apiMel1    Primary Table: xenoRefGene    Row Count: 269,970   Data last updated: 2020-08-20
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 NM_001002836varchar(255) values Name of gene (usually transcript_id from GTF)
chrom Group4.17varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 26366int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 70531int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 26366int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 70531int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 4int(10) unsigned range Number of exons
exonStarts 26366,37974,59034,70449,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 26438,38019,59072,70531,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 ZNF787varchar(255) values Alternate name (e.g. gene_id from GTF)
cdsStartStat incmplenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS start annotation (none, unknown, incomplete, or complete)
cdsEndStat incmplenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames 2,2,0,2,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
        apiMel1.all_est.qName (via xenoRefGene.name)
      apiMel1.all_mrna.qName (via xenoRefGene.name)
      apiMel1.xenoMrna.qName (via xenoRefGene.name)
      apiMel1.xenoRefSeqAli.qName (via xenoRefGene.name)
      hgFixed.gbCdnaInfo.acc (via xenoRefGene.name)
      hgFixed.gbMiscDiff.acc (via xenoRefGene.name)
      hgFixed.gbWarn.acc (via xenoRefGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585NM_001002836Group4.17-26366705312636670531426366,37974,59034,70449,26438,38019,59072,70531,0ZNF787incmplincmpl2,2,0,2,
585NM_001256933GroupUn.7108+6468656468651646,865,0GK2incmplincmpl0,
585NM_001256933GroupUn.713-23517253792351725379923517,23656,23919,23943,24072,24301,24550,25161,25290,23570,23863,23922,24003,24198,24403,24718,25233,25379,0GK2incmplincmpl0,0,0,0,0,0,0,0,1,
587NM_001256931Group11.11+3165123348383165123348386316512,318894,319150,319384,321840,334706,316772,319099,319332,319541,321974,334838,0KCNA1incmplincmpl0,2,0,0,1,0,
585NM_001316725GroupUn.706-428444794284447914284,4479,0lipeaincmplincmpl0,
585NM_001258762GroupUn.736+49152202649152202684915,18291,19956,20168,20364,20698,20934,21978,5242,18519,20091,20201,20439,20709,21045,22026,0Cnglincmplincmpl0,0,0,2,0,1,0,0,
585NM_001258767Group1.12-570842388570842388105708,6442,6793,6838,7689,7769,7905,16365,41816,42331,5819,6679,6826,7024,7697,7845,7974,16496,41955,42388,0sdincmplcmpl0,0,0,0,1,0,0,1,0,0,
585NM_001258762GroupUn.217+90121910159012191015490121,90183,90370,90655,90174,90271,90622,91015,0Cnglincmplincmpl0,2,0,0,
585NM_009477GroupUn.1077+206393982063939842063,8273,8369,9170,2165,8345,8435,9398,0Upp1incmplincmpl0,0,0,0,
585NM_010477GroupUn.1352+207937292079372952079,2308,3021,3394,3573,2152,2859,3199,3555,3729,0Hspd1incmplincmpl0,1,0,1,0,

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