Schema for xenoRefGene
  Database: aquChr2    Primary Table: xenoRefGene    Row Count: 381,519   Data last updated: 2020-08-18
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 587smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001310785varchar(255) values Name of gene (usually transcript_id from GTF)
chrom KN265858v1varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 378684int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 379553int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 378684int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 379546int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 3int(10) unsigned range Number of exons
exonStarts 378684,379354,379517,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 378778,379446,379553,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 IFITM2varchar(255) values Alternate name (e.g. gene_id from GTF)
cdsStartStat cmplenum('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,1,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
        aquChr2.xenoRefFlat.name (via xenoRefGene.name)
      aquChr2.xenoRefSeqAli.qName (via xenoRefGene.name)
      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)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
587NM_001310785KN265858v1-3786843795533786843795463378684,379354,379517,378778,379446,379553,0IFITM2cmplincmpl0,1,0,
706NM_001327807KN265662v1+15893105158965201589310515896520315893105,15896208,15896361,15893204,15896247,15896520,0lrtm1incmplincmpl0,0,0,
676NR_156747KN265653v1+11943245119721671197216711972167811943245,11946169,11956510,11957142,11957737,11958014,11962575,11972130,11943317,11946183,11956642,11957256,11957837,11958091,11962704,11972167,0Ppp1r9aunkunk-1,-1,-1,-1,-1,-1,-1,-1,
591NM_001167997KN265816v1-8073048313828073048313828807304,808035,816024,816116,827710,829284,830026,831334,807424,808057,816072,816140,827785,829359,830044,831382,0Tex11incmplincmpl0,2,2,0,0,0,2,0,
587NM_001167995KN265878v1-3288243300023288243300022328824,329948,328896,330002,0Trmt2bincmplincmpl0,0,
587NM_001167994KN265878v1-3245063300023245063300029324506,325626,325691,325706,325906,326125,327137,328824,329942,324605,325644,325698,325721,325942,326356,327284,328896,330002,0Trmt2bincmplincmpl0,2,0,0,1,0,0,0,0,
623NM_131358KN265726v1+506080350918945060803509189445060803,5066347,5074211,5091831,5061020,5066529,5074331,5091894,0anos1aincmplincmpl0,1,0,0,
604NM_007006KN265663v1+255292325601862552930256013272552923,2555263,2556709,2557460,2558666,2560110,2560168,2553046,2555464,2556770,2557552,2558779,2560140,2560186,0NUDT21cmplcmpl0,2,2,1,0,2,-1,
585NM_167663KN265908v1+17925195541792519554217925,19464,18018,19554,0Grip84incmplincmpl0,0,
631NM_212757KN265671v1+604255260621056042558606210556042552,6058830,6061492,6061645,6062009,6042783,6058941,6061640,6061647,6062105,0ywhazcmplincmpl0,0,0,1,0,

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