Schema for xenoRefGene
  Database: vicPac1    Primary Table: xenoRefGene    Row Count: 632,143   Data last updated: 2020-09-01
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_001025412varchar(255) Name of gene (usually transcript_id from GTF)
chrom scaffold_64455varchar(255) Reference sequence chromosome or scaffold
strand -char(1) + or - for strand
txStart 686int(10) unsigned Transcription start position (or end position for minus strand item)
txEnd 823int(10) unsigned Transcription end position (or start position for minus strand item)
cdsStart 686int(10) unsigned Coding region start (or end position for minus strand item)
cdsEnd 823int(10) unsigned Coding region end (or start position for minus strand item)
exonCount 2int(10) unsigned Number of exons
exonStarts 686,703,longblob Exon start positions (or end positions for minus strand item)
exonEnds 701,823,longblob Exon end positions (or start positions for minus strand item)
score 0int(11) score
name2 Ccnqvarchar(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,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)
      vicPac1.all_est.qName (via xenoRefGene.name)
      vicPac1.xenoRefFlat.name (via xenoRefGene.name)
      vicPac1.xenoRefSeqAli.qName (via xenoRefGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585NM_001025412scaffold_64455-6868236868232686,703,701,823,0Ccnqincmplincmpl0,0,
73NM_001025410scaffold_1170+3853353951043853353944875385335,390267,392192,394436,394960,385383,390378,392305,394627,395104,0Chmp5incmplcmpl0,1,1,0,-1,
585NM_001085492scaffold_5764-41985420674198542067141985,42067,0Rereincmplincmpl2,
585NM_001161500scaffold_4931+9088313024290883923451290883,91108,91264,91346,91445,91581,91790,92129,92270,92381,129720,130094,90916,91180,91318,91421,91497,91757,91961,92255,92345,92468,129926,130242,0ZNF611incmplincmpl0,2,2,0,0,1,0,0,0,-1,-1,-1,
587NM_001282308scaffold_389+3111143263843188263263847311114,318811,319972,323655,323848,324998,326270,311339,318862,319981,323755,324004,325186,326384,0STK25cmplincmpl-1,0,0,0,1,1,0,
585NM_001177940scaffold_5761+50101530295010153029250101,52895,50156,53029,0Edaincmplincmpl0,1,
585NM_001177941scaffold_25992-181446018144603181,1783,4400,210,1802,4460,0Edaincmplincmpl1,0,0,
585NM_001086161scaffold_5197-149103804414910380441014910,15879,25593,26202,36172,36422,36493,37312,37841,37987,14979,15966,25714,26303,36226,36439,36547,37460,37843,38044,0arhgap11a.1.Lincmplincmpl0,0,2,0,0,0,0,2,0,0,
585NM_001292003scaffold_4599-50395504885048850488150395,50488,0KLHL8unkunk-1,
585NM_001292003scaffold_812-426246304262447824262,4418,4418,4630,0KLHL8cmplincmpl0,0,

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