Schema for xenoRefGene
  Database: ornAna1    Primary Table: xenoRefGene    Row Count: 585,080   Data last updated: 2020-08-22
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_001380646varchar(255) Name of gene (usually transcript_id from GTF)
chrom Contig4565varchar(255) Reference sequence chromosome or scaffold
strand +char(1) + or - for strand
txStart 30007int(10) unsigned Transcription start position (or end position for minus strand item)
txEnd 30091int(10) unsigned Transcription end position (or start position for minus strand item)
cdsStart 30091int(10) unsigned Coding region start (or end position for minus strand item)
cdsEnd 30091int(10) unsigned Coding region end (or start position for minus strand item)
exonCount 1int(10) unsigned Number of exons
exonStarts 30007,longblob Exon start positions (or end positions for minus strand item)
exonEnds 30091,longblob Exon end positions (or start positions for minus strand item)
score 0int(11) score
name2 nhr-23varchar(255) Alternate name (e.g. gene_id from GTF)
cdsStartStat unkenum('none', 'unk', 'incmpl', 'cmpl') Status of CDS start annotation (none, unknown, incomplete, or complete)
cdsEndStat unkenum('none', 'unk', 'incmpl', 'cmpl') Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames -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)
      ornAna1.all_est.qName (via xenoRefGene.name)
      ornAna1.all_mrna.qName (via xenoRefGene.name)
      ornAna1.refGene.name (via xenoRefGene.name)
      ornAna1.refSeqAli.qName (via xenoRefGene.name)
      ornAna1.xenoMrna.qName (via xenoRefGene.name)
      ornAna1.xenoRefFlat.name (via xenoRefGene.name)
      ornAna1.xenoRefSeqAli.qName (via xenoRefGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585NM_001380646Contig4565+30007300913009130091130007,30091,0nhr-23unkunk-1,
585NM_001322826Contig3143+53911031154321031175391,7770,8185,8480,9011,9557,10123,5469,7933,8396,8591,9053,9619,10311,0ZNF461cmplincmpl0,0,1,2,2,2,1,
585NM_001322826Contig39192+129621741296217451296,1366,1620,1692,2003,1326,1453,1692,1920,2174,0ZNF461incmplincmpl0,0,0,0,2,
662NM_030703chr12-10195926102015741019592610201574410195926,10199013,10201379,10201481,10196025,10199067,10201451,10201574,0Cpn1incmplincmpl0,0,0,0,
612NM_030692Ultra117+3557997358323135579973582057223557997,3559229,3559871,3560506,3563522,3566625,3569354,3571493,3572474,3572630,3574510,3575487,3577338,3577507,3578196,3578978, ...3558086,3559316,3559995,3560656,3563585,3566727,3569435,3571585,3572543,3572710,3574604,3575631,3577408,3577577,3578293,3579070, ...0Sacm1lincmplcmpl0,2,2,0,0,1,1,1,0,0,2,0,0,1,2,0,2,1,-1,-1,-1,-1,
585NM_001167343Contig7874-13019218081301921808213019,21745,13222,21808,0ORYCUNV1R1655incmplincmpl0,1,
585NM_001167343Contig80915-685127568512752685,1106,847,1275,0ORYCUNV1R1655incmplincmpl0,0,
585NM_001167343Ultra113-79970804487997080448279970,80342,80105,80448,0ORYCUNV1R1655incmplincmpl0,2,
585NR_076934Contig150291+5876716716711587,671,0unkunk-1,
593NM_001000563Ultra163-105848610593701058486105937021058486,1058954,1058906,1059370,0Olr532incmplincmpl0,1,

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