Schema for xenoRefGene
  Database: gadMor1    Primary Table: xenoRefGene    Row Count: 656,045   Data last updated: 2020-08-19
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type description
bin 585smallint(5) unsigned Indexing field to speed chromosome range queries.
name NM_001025121varchar(255) Name of gene (usually transcript_id from GTF)
chrom CAEA01015616varchar(255) Reference sequence chromosome or scaffold
strand -char(1) + or - for strand
txStart 25int(10) unsigned Transcription start position (or end position for minus strand item)
txEnd 150int(10) unsigned Transcription end position (or start position for minus strand item)
cdsStart 25int(10) unsigned Coding region start (or end position for minus strand item)
cdsEnd 150int(10) unsigned Coding region end (or start position for minus strand item)
exonCount 1int(10) unsigned Number of exons
exonStarts 25,longblob Exon start positions (or end positions for minus strand item)
exonEnds 150,longblob Exon end positions (or start positions for minus strand item)
score 0int(11) score
name2 Cdkl1varchar(255) Alternate name (e.g. gene_id from GTF)
cdsStartStat incmplenum('none', 'unk', 'incmpl', 'cmpl') Status of CDS start annotation (none, unknown, incomplete, or complete)
cdsEndStat incmplenum('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
        gadMor1.all_est.qName (via xenoRefGene.name)
      gadMor1.all_mrna.qName (via xenoRefGene.name)
      gadMor1.xenoRefFlat.name (via xenoRefGene.name)
      gadMor1.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
585NM_001025121CAEA01015616-2515025150125,150,0Cdkl1incmplincmpl1,
602NM_001205462HE570731+224535922515562245359225155662245359,2247912,2248514,2249811,2251010,2251429,2245407,2248014,2248676,2249836,2251126,2251556,0SMARCD2incmplincmpl0,0,0,1,0,2,
585NM_001243049CAEA01215033+1323031323031132,303,0Atp6v0a1incmplincmpl0,
73NM_001243049HE567092-76670278781976670278775614766702,770725,770853,772142,776583,779654,781396,781928,782272,782696,784329,784350,784862,787741,766787,770814,770897,772261,776682,779772,781536,782073,782278,782904,784331,784447,784945,787819,0Atp6v0a1cmplincmpl2,0,1,2,0,2,1,0,0,2,0,2,0,0,
586NM_001244404HE566850+2174032212932174272212937217403,218132,218625,219234,219462,219868,221044,217502,218228,218691,219376,219542,220078,221293,0PPP6Ccmplcmpl0,0,0,0,1,0,0,
594NM_001020987HE566539-118169511823381181695118233831181695,1181931,1182158,1181767,1182036,1182338,0mfr1incmplincmpl0,0,0,
585NM_119455CAEA01423230+1402271402271140,227,0GLDP1incmplincmpl0,
73NM_001202396HE570423-1244851343621244851343622124485,134251,124524,134362,0CG2246incmplincmpl0,0,
590NM_001202396HE572032+6683826752246683826752246668382,668610,668996,673986,674327,675086,668541,668613,669119,674085,674330,675224,0CG2246incmplincmpl0,0,0,0,0,0,
585NM_001202396HE570405-68004681426800468142168004,68142,0CG2246incmplincmpl0,

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