Schema for xenoRefGene
  Database: anoGam1    Primary Table: xenoRefGene    Row Count: 129,635   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 653smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001024365varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chr2Rvarchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 8929092int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 8929494int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 8929092int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 8929494int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 3int(10) unsigned range Number of exons
exonStarts 8929092,8929146,8929230,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 8929125,8929188,8929494,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 Cesl1varchar(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 0,0,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
        anoGam1.all_est.qName (via xenoRefGene.name)
      anoGam1.all_mrna.qName (via xenoRefGene.name)
      anoGam1.xenoMrna.qName (via xenoRefGene.name)
      anoGam1.xenoRefFlat.name (via xenoRefGene.name)
      anoGam1.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
653NM_001024365chr2R+892909289294948929092892949438929092,8929146,8929230,8929125,8929188,8929494,0Cesl1incmplincmpl0,0,0,
802NM_001269018chr2R-28518439285188052851843928518805328518439,28518507,28518660,28518477,28518648,28518805,0clec-199incmplincmpl1,1,0,
675NM_001372468chr3L+11814053118231691181405311823169311814053,11814351,11823124,11814122,11814498,11823169,0Ssbp4incmplincmpl0,0,0,
659NM_001026chr2L-977307197734409773071977344019773071,9773440,0RPS24incmplincmpl0,
845NM_001274344chr2L+34184147341848583418414734184858334184147,34184450,34184798,34184306,34184717,34184858,0CG7974incmplcmpl0,0,0,
775NM_001274343chr2L-24977584249778852497758424977885324977584,24977764,24977798,24977716,24977767,24977885,0CG7970cmplincmpl0,0,0,
922NM_174754chr2R+442179744422700344217974442270031144217974,44218187,44224666,44224863,44225559,44225793,44226135,44226478,44226655,44226662,44226927,44218091,44218493,44224786,44225511,44225670,44226012,44226210,44226569,44226660,44226832,44227003,0ATP6V0A1cmplincmpl0,0,0,0,0,0,0,0,1,0,2,
707NR_146413chr2R+16041070160431281604312816043128316041070,16042141,16042264,16041889,16042219,16043128,0SGSM3unkunk-1,-1,-1,
839NM_001004207chr2L-33361121333618983336112133361898233361121,33361394,33361358,33361898,0Dhpsincmplincmpl0,0,
658NM_001004206chr2L+963062596311239630625963112329630625,9630826,9630802,9631123,0Pa2g4incmplincmpl0,0,

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