Schema for xenoRefGene
  Database: galGal5    Primary Table: xenoRefGene    Row Count: 260,635   Data last updated: 2020-08-21
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 617smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001328338varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chr8varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 4315732int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 4317804int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 4315732int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 4317804int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 2int(10) unsigned range Number of exons
exonStarts 4315732,4317559,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 4316020,4317804,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 plpp6varchar(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,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
        galGal5.all_est.qName (via xenoRefGene.name)
      galGal5.all_mrna.qName (via xenoRefGene.name)
      galGal5.refGene.name (via xenoRefGene.name)
      galGal5.refSeqAli.qName (via xenoRefGene.name)
      galGal5.xenoMrna.qName (via xenoRefGene.name)
      galGal5.xenoRefFlat.name (via xenoRefGene.name)
      galGal5.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
617NM_001328338chr8-431573243178044315732431780424315732,4317559,4316020,4317804,0plpp6incmplincmpl0,1,
593NM_001328323chr10-113102211370291131022113702971131022,1132027,1133582,1133994,1135834,1135900,1136847,1131149,1132170,1133792,1134117,1135837,1135988,1137029,0TRIP4incmplincmpl2,0,0,0,0,2,0,
608NM_001328321chr17-306194830623353061948306233523061948,3062287,3062179,3062335,0TNFSF15incmplcmpl0,0,
591NM_001328316chr9+9070939083239070939083232907093,907339,907306,908323,0SLC35G2incmplcmpl0,0,
786NM_001328312chr8-263873812640253626387381264025361026387381,26393170,26394848,26398353,26398798,26400225,26400314,26400509,26401779,26402435,26387480,26393314,26394917,26398359,26398925,26400227,26400422,26400683,26402002,26402536,0OMA1incmplincmpl0,0,0,0,2,0,0,0,2,0,
633NM_001328305chr15+629715363018256297153630182566297153,6297228,6301063,6301183,6301315,6301411,6297222,6297300,6301081,6301243,6301326,6301825,0ADAM20incmplincmpl0,0,0,0,0,0,
623NM_001328291chr27-504331750456485043317504564865043317,5043630,5044117,5044498,5044545,5045522,5043524,5043750,5044267,5044502,5044589,5045648,0KRT34incmplincmpl0,0,0,2,0,1,
1118NM_001329082chr4+69956464699570016995646469957001269956464,69956662,69956536,69957001,0TLR1incmplincmpl0,0,
1118NM_001329082chr4+69965768699679406996576869967940869965768,69965921,69967004,69967238,69967256,69967265,69967514,69967589,69965879,69966014,69967127,69967246,69967262,69967275,69967577,69967940,0TLR1incmplincmpl0,0,0,0,2,0,0,0,
1042NM_001172294chr1+59987889599882675998788959988267259987889,59988224,59988140,59988267,0LOC100337650incmplincmpl0,2,

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