Schema for xenoRefGene
  Database: pteVam1    Primary Table: xenoRefGene    Row Count: 528,338   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_001044316varchar(255) Name of gene (usually transcript_id from GTF)
chrom scaffold_6377varchar(255) Reference sequence chromosome or scaffold
strand +char(1) + or - for strand
txStart 3463int(10) unsigned Transcription start position (or end position for minus strand item)
txEnd 5700int(10) unsigned Transcription end position (or start position for minus strand item)
cdsStart 3463int(10) unsigned Coding region start (or end position for minus strand item)
cdsEnd 5700int(10) unsigned Coding region end (or start position for minus strand item)
exonCount 5int(10) unsigned Number of exons
exonStarts 3463,3507,3850,5216,5531,longblob Exon start positions (or end positions for minus strand item)
exonEnds 3507,3546,3954,5312,5700,longblob Exon end positions (or start positions for minus strand item)
score 0int(11) score
name2 snx11varchar(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,2,2,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)
      pteVam1.all_mrna.qName (via xenoRefGene.name)
      pteVam1.xenoRefFlat.name (via xenoRefGene.name)
      pteVam1.xenoRefSeqAli.qName (via xenoRefGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585NM_001044316scaffold_6377+346357003463570053463,3507,3850,5216,5531,3507,3546,3954,5312,5700,0snx11incmplincmpl0,0,0,2,2,
586NM_001354031scaffold_1436-1945921994121945921994124194592,196303,197098,199340,194607,196402,197191,199412,0GF14Cincmplincmpl0,0,0,0,
585NM_001354031scaffold_19228+12374125611237412561212374,12495,12488,12561,0GF14Cincmplincmpl0,0,
586NM_001354031scaffold_2126-1528171717971528171717975152817,153117,153300,169496,171716,153024,153165,153431,169500,171797,0GF14Cincmplincmpl0,0,1,0,0,
586NM_001354031scaffold_274-2136892195942136892195943213689,215961,219399,213839,216105,219594,0GF14Cincmplincmpl0,0,0,
585NR_040475scaffold_5292+45207453994539945399145207,45399,04930448I06Rikunkunk-1,
588NM_115841scaffold_98+4842854843664842854843661484285,484366,0MPK10incmplincmpl0,
585NM_001257447scaffold_10981-38285480733880648073438285,38414,38689,47880,38390,38644,38816,48073,0SEPTIN6incmplcmpl-1,-1,2,1,
585NM_001257447scaffold_13793-39761912039761912053976,4065,6776,16248,18931,4064,4148,6877,16410,19120,0SEPTIN6incmplincmpl1,2,0,0,0,
585NM_001257447scaffold_1802-1080301122621080301122628108030,108374,108762,109310,110527,111017,112165,112199,108166,108540,108859,109472,110716,111098,112198,112262,0SEPTIN6incmplincmpl2,1,0,0,0,0,0,0,

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