Schema for xenoRefGene
  Database: nanPar1    Primary Table: xenoRefGene    Row Count: 484,766   Data last updated: 2020-08-19
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 602smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001004261varchar(255) values Name of gene (usually transcript_id from GTF)
chrom KN905850v1varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 2230657int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 2284389int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 2230657int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 2284389int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 12int(10) unsigned range Number of exons
exonStarts 2230657,2239262,2244492,225...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 2230695,2239384,2244587,225...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 Pyroxd2varchar(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 1,2,0,2,1,0,1,0,0,1,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)
      nanPar1.xenoRefFlat.name (via xenoRefGene.name)
      nanPar1.xenoRefSeqAli.qName (via xenoRefGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
602NM_001004261KN905850v1-2230657228438922306572284389122230657,2239262,2244492,2250550,2255897,2260458,2263970,2264712,2272139,2280241,2282291,2284365,2230695,2239384,2244587,2250683,2256045,2260525,2264071,2264806,2272217,2280315,2282385,2284389,0Pyroxd2incmplincmpl1,2,0,2,1,0,1,0,0,1,0,0,
585NM_001102702JYOU01114810v1-10002107501000310744110002,10750,0rnf182cmplcmpl0,
591NM_001347503KN905899v1+8405238783038467618720885840523,846761,857788,872034,878264,840581,846860,857804,872088,878303,0Ccser2incmplincmpl-1,0,0,2,-1,
588NM_002651KN906795v1+42950145383142950145383111429501,429711,446950,448115,448424,448641,448828,450554,452199,453237,453672,429567,430269,447178,448343,448534,448744,448954,450820,452332,453360,453831,0PI4KBincmplcmpl0,0,0,0,0,2,0,0,2,0,0,
586NM_146925KN906237v1+2060152062522060152062522206015,206180,206081,206252,0Olfr481incmplincmpl0,0,
587NM_146925KN906264v1-2637662809812637662809815263766,263937,264093,280747,280897,263853,264030,264165,280812,280981,0Olfr481incmplincmpl0,0,0,1,0,
9NM_146925KN906264v1-317688118196331768811819635317688,550388,949962,950162,1181915,317776,550407,950090,950234,1181963,0Olfr481incmplincmpl2,2,0,0,0,
587NM_146491KN907292v1+2917322921702917322921703291732,291939,292053,291801,291968,292170,0Olfr1410incmplincmpl0,0,0,
622NM_001009879KN905853v1-487084448712734870844487127324870844,4871171,4870916,4871273,0OR1E1incmplincmpl0,0,
590NM_001027641KN906026v1-6979297129636979297129638697929,699082,701352,703156,704920,706029,711490,712807,697998,699196,701505,703207,704939,706107,711610,712963,0hmt-1incmplincmpl0,0,0,0,1,0,0,0,

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