Schema for xenoRefGene
  Database: hetGla1    Primary Table: xenoRefGene    Row Count: 541,090   Data last updated: 2020-08-21
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type description
bin 593smallint(5) unsigned Indexing field to speed chromosome range queries.
name NM_001251921varchar(255) Name of gene (usually transcript_id from GTF)
chrom JH168168varchar(255) Reference sequence chromosome or scaffold
strand +char(1) + or - for strand
txStart 1069039int(10) unsigned Transcription start position (or end position for minus strand item)
txEnd 1069123int(10) unsigned Transcription end position (or start position for minus strand item)
cdsStart 1069123int(10) unsigned Coding region start (or end position for minus strand item)
cdsEnd 1069123int(10) unsigned Coding region end (or start position for minus strand item)
exonCount 1int(10) unsigned Number of exons
exonStarts 1069039,longblob Exon start positions (or end positions for minus strand item)
exonEnds 1069123,longblob Exon end positions (or start positions for minus strand item)
score 0int(11) score
name2 RAP1Bvarchar(255) Alternate name (e.g. gene_id from GTF)
cdsStartStat unkenum('none', 'unk', 'incmpl', 'cmpl') Status of CDS start annotation (none, unknown, incomplete, or complete)
cdsEndStat unkenum('none', 'unk', 'incmpl', 'cmpl') Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames -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
        hetGla1.all_mrna.qName (via xenoRefGene.name)
      hetGla1.xenoMrna.qName (via xenoRefGene.name)
      hetGla1.xenoRefFlat.name (via xenoRefGene.name)
      hetGla1.xenoRefSeqAli.qName (via xenoRefGene.name)
      hgFixed.gbCdnaInfo.acc (via xenoRefGene.name)
      hgFixed.gbMiscDiff.acc (via xenoRefGene.name)
      hgFixed.gbSeq.acc (via xenoRefGene.name)
      hgFixed.gbWarn.acc (via xenoRefGene.name)
      hgFixed.imageClone.acc (via xenoRefGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
593NM_001251921JH168168+106903910691231069123106912311069039,1069123,0RAP1Bunkunk-1,
600NM_001251922JH167500+197131220127502012750201275021971312,2012717,1971360,2012750,0RAP1Bunkunk-1,-1,
73NM_001251922JH166962+6409377935927935927935922640937,793538,640982,793592,0RAP1Bunkunk-1,-1,
73NM_001251922JH166450-95836132346132346132346295836,132289,95866,132346,0RAP1Bunkunk-1,-1,
588NM_001261745JH173915+3933004065863933004065863393300,403030,406463,393436,403088,406586,0DNAJC24incmplcmpl0,0,0,
585NM_001261744JH166120-208714126020871412561620871,21053,21368,22369,22697,23120,28857,28989,32785,33654,33964,35921,36065,37619,39436,41222,20898,21183,21520,22470,22875,23227,28983,29219,32909,33755,34086,36030,36110,37707,39609,41260,0SUGP1cmplcmpl0,2,0,1,0,1,1,2,1,2,1,0,1,1,1,0,
588NM_001272537JH171998-39508243185139508243185115395082,396374,396574,399551,401130,402320,404346,407759,407998,408249,413003,422257,424267,431550,431820,395183,396492,396778,399587,401175,402369,404477,407782,408155,408350,413054,422305,424324,431598,431851,0ATP7incmplincmpl1,0,0,0,0,2,0,0,2,0,0,0,0,0,2,
586NM_001280059JH169554+19587720007819589919999312195877,196236,196845,197219,197515,197726,199330,199369,199533,199668,199955,200054,196236,196844,197186,197487,197716,197747,199357,199434,199668,199892,199993,200078,0ARMC3cmplincmpl0,2,1,0,0,1,1,1,0,1,0,-1,
585NM_001280060JH169541+1244361267801244361267805124436,124635,124775,126276,126624,124466,124687,124834,126372,126780,0sat1incmplincmpl0,0,1,0,0,
589NM_001280058JH168588+61136162360961136162360811611361,611600,612043,620534,620822,621125,622038,622880,623128,623361,623459,611427,611696,612155,620623,620914,621256,622247,622985,623262,623446,623609,0WRAP53incmplcmpl1,2,2,0,0,2,1,0,0,2,1,

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