Schema for xenoRefGene
  Database: tupBel1    Primary Table: xenoRefGene    Row Count: 845,862   Data last updated: 2020-08-20
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_001301275varchar(255) Name of gene (usually transcript_id from GTF)
chrom scaffold_106709.1-20747varchar(255) Reference sequence chromosome or scaffold
strand -char(1) + or - for strand
txStart 8018int(10) unsigned Transcription start position (or end position for minus strand item)
txEnd 15626int(10) unsigned Transcription end position (or start position for minus strand item)
cdsStart 8018int(10) unsigned Coding region start (or end position for minus strand item)
cdsEnd 8820int(10) unsigned Coding region end (or start position for minus strand item)
exonCount 3int(10) unsigned Number of exons
exonStarts 8018,8804,15497,longblob Exon start positions (or end positions for minus strand item)
exonEnds 8636,8820,15626,longblob Exon end positions (or start positions for minus strand item)
score 0int(11) score
name2 ZNF169varchar(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,2,-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
        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)
      tupBel1.all_est.qName (via xenoRefGene.name)
      tupBel1.all_mrna.qName (via xenoRefGene.name)
      tupBel1.xenoRefFlat.name (via xenoRefGene.name)
      tupBel1.xenoRefSeqAli.qName (via xenoRefGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585NM_001301275scaffold_106709.1-20747-8018156268018882038018,8804,15497,8636,8820,15626,0ZNF169incmplincmpl0,2,-1,
585NM_001301275scaffold_123165.1-242008+65955726377172872637765955,71728,71855,72053,72272,72355,72505,66024,71771,72039,72238,72323,72415,72637,0ZNF169incmplincmpl-1,0,1,1,1,0,0,
585NM_001301275scaffold_126733.1-210368-21452223612145222361421452,21665,21749,22204,21647,21716,21895,22361,0ZNF169incmplincmpl0,0,1,0,
73NR_028460scaffold_11756.1-342167+1171463063943063943063943117146,117587,306355,117173,117611,306394,0ATXN3unkunk-1,-1,-1,
586NR_028460scaffold_114895.1-498454-2384622399862399862399866238462,238505,238574,239340,239375,239770,238495,238557,238857,239361,239405,239986,0ATXN3unkunk-1,-1,-1,-1,-1,-1,
585NR_137628scaffold_128060.1-13888-12610135711357113571412610,12838,13073,13489,12738,12964,13235,13571,0Adamts10unkunk-1,-1,-1,-1,
585NM_001025667scaffold_614.1-59472-420178452814067420,528,805,1018,1504,1587,1760,528,803,1018,1406,1528,1629,1784,0Rnf2incmplincmpl-1,0,0,2,-1,-1,-1,
585NM_001107194scaffold_112376.1-98999+97567977029756797702197567,97702,0Pogkincmplincmpl0,
585NM_001195085scaffold_78481.1-4302-32210487528273322,631,710,568,655,1048,0MTRNR2L7cmplcmpl-1,-1,0,
585NM_001271336scaffold_65466.1-1137-6939816939811693,981,0Vsig10incmplincmpl0,

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