Schema for xenoRefGene
  Database: eriEur1    Primary Table: xenoRefGene    Row Count: 935,974   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 585smallint(5) unsigned Indexing field to speed chromosome range queries.
name NM_001324041varchar(255) Name of gene (usually transcript_id from GTF)
chrom scaffold_377779varchar(255) Reference sequence chromosome or scaffold
strand -char(1) + or - for strand
txStart 34272int(10) unsigned Transcription start position (or end position for minus strand item)
txEnd 38981int(10) unsigned Transcription end position (or start position for minus strand item)
cdsStart 34272int(10) unsigned Coding region start (or end position for minus strand item)
cdsEnd 38981int(10) unsigned Coding region end (or start position for minus strand item)
exonCount 3int(10) unsigned Number of exons
exonStarts 34272,34674,38864,longblob Exon start positions (or end positions for minus strand item)
exonEnds 34506,34854,38981,longblob Exon end positions (or start positions for minus strand item)
score 0int(11) score
name2 ZNF75Avarchar(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 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
        eriEur1.all_mrna.qName (via xenoRefGene.name)
      eriEur1.xenoRefFlat.name (via xenoRefGene.name)
      eriEur1.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_001324041scaffold_377779-34272389813427238981334272,34674,38864,34506,34854,38981,0ZNF75Aincmplincmpl0,0,0,
585NM_001092728scaffold_342941+42982464654298246465542982,43627,44159,46160,46303,43097,43674,44207,46187,46465,0atp1b2.Sincmplincmpl0,1,0,0,0,
585NM_001092727scaffold_139328+6316863168163,168,0sccpdh.2.Lincmplincmpl0,
585NM_001092727scaffold_181916-3634713634711363,471,0sccpdh.2.Lincmplincmpl0,
585NM_001092727scaffold_280108-738334473833443738,889,3248,759,1009,3344,0sccpdh.2.Lincmplincmpl1,0,0,
585NM_001092726scaffold_373877+69899996836989999683469899,84726,93314,99572,70120,84852,93431,99683,0alcam.Sincmplincmpl0,0,0,0,
585NM_001092725scaffold_347326-49722498414972249841149722,49841,0rdh5.Lincmplincmpl1,
585NM_001092725scaffold_378881-357768223577682243577,4041,6218,6663,3763,4188,6467,6822,0rdh5.Lincmplincmpl0,0,0,0,
585NM_001102724scaffold_292974-21900391172190039117221900,38949,21984,39117,0setdb2incmplincmpl0,0,
585NM_212489scaffold_179119+758077967580779617580,7796,0Btnl8incmplincmpl0,

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