Schema for xenoRefGene
  Database: priPac1    Primary Table: xenoRefGene    Row Count: 238,292   Data last updated: 2020-08-22
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 925smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001047018varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chrUnvarchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 44691854int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 44693085int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 44691854int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 44693085int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 5int(10) unsigned range Number of exons
exonStarts 44691854,44692254,44692402,...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 44691905,44692314,44692456,...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 LOC733023varchar(255) values Alternate name (e.g. gene_id from GTF)
cdsStartStat incmplenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS start annotation (none, unknown, incomplete, or complete)
cdsEndStat incmplenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames 0,0,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
        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)
      priPac1.all_est.qName (via xenoRefGene.name)
      priPac1.all_mrna.qName (via xenoRefGene.name)
      priPac1.xenoMrna.qName (via xenoRefGene.name)
      priPac1.xenoRefFlat.name (via xenoRefGene.name)
      priPac1.xenoRefSeqAli.qName (via xenoRefGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
925NM_001047018chrUn+44691854446930854469185444693085544691854,44692254,44692402,44692716,44693004,44691905,44692314,44692456,44692779,44693085,0LOC733023incmplincmpl0,0,0,0,0,
1197NM_001136991chrUn-80312021803136138031202180313613780312021,80312266,80312570,80312947,80313103,80313363,80313548,80312181,80312493,80312872,80313024,80313278,80313464,80313613,0LOC100191561incmplcmpl2,0,1,2,1,2,0,
629NR_003255chrUn+588949058898305889830588983025889490,5889715,5889565,5889830,0TSIXunkunk-1,-1,
1469NM_031163chrUn-1159530921159546591159530921159546593115953092,115953590,115954597,115953125,115953657,115954659,0Col2a1incmplincmpl0,2,0,
789NM_057861chrUn+26800836268019572680083626801957526800836,26801596,26801775,26801848,26801882,26800887,26801668,26801806,26801853,26801957,0T3dhincmplincmpl0,0,0,1,0,
979NM_057860chrUn-51697827517007005169782751700697351697827,51698151,51700628,51697894,51698226,51700700,0U2af38cmplincmpl2,0,0,
603NM_001377522chrUn+239146723951302391467239513042391467,2392119,2392387,2395040,2391506,2392218,2392462,2395130,0Acox1incmplincmpl0,0,0,0,
1664NM_172426chrUn-1414344691414376321414344691414376327141434469,141434706,141434833,141434953,141436945,141437321,141437514,141434517,141434788,141434889,141435049,141437035,141437425,141437632,0Slc24a2incmplincmpl0,2,0,0,0,1,0,
1865NM_031833chrUn-1678046051678058521678046051678058522167804605,167805630,167804707,167805852,0Nme2incmplincmpl0,0,
26NM_031828chrUn-14364875814365873514364875814365873517143648758,143649027,143649220,143649452,143650767,143651890,143652207,143653142,143656282,143656699,143656879,143657040,14365747 ...143648791,143649111,143649313,143649581,143650911,143651893,143652321,143653175,143656354,143656807,143656895,143657118,14365758 ...0Kcnma1incmplincmpl0,0,0,0,0,0,0,0,0,0,2,0,0,2,1,0,0,

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