Schema for xenoRefGene
  Database: balAcu1    Primary Table: xenoRefGene    Row Count: 469,047   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 585smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001278796varchar(255) values Name of gene (usually transcript_id from GTF)
chrom KI538513varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 528int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 19477int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 528int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 19477int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 6int(10) unsigned range Number of exons
exonStarts 528,4010,6439,6697,6839,19393,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 627,4082,6484,6700,6935,19477,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 aox5varchar(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,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
        balAcu1.xenoRefFlat.name (via xenoRefGene.name)
      balAcu1.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
585NM_001278796KI538513-52819477528194776528,4010,6439,6697,6839,19393,627,4082,6484,6700,6935,19477,0aox5incmplincmpl0,0,0,0,0,0,
600NM_001278795KI537650-198569519871051985945198707931985695,1985797,1987013,1985773,1987004,1987105,0NPY4R2cmplcmpl-1,0,0,
735NM_001290406KI537096+197685751978434519776900197811481319768575,19776870,19780693,19780967,19781265,19782039,19782143,19782192,19782273,19782915,19783024,19783139,19783869,19768628,19776964,19780934,19781254,19781852,19782060,19782173,19782252,19782746,19782930,19783126,19783256,19784345,0TAL1cmplcmpl-1,0,1,2,-1,-1,-1,-1,-1,-1,-1,-1,-1,
621NM_001280429KI537139+4787828481599047878354815718204787828,4788951,4789386,4790887,4796419,4796639,4797610,4798362,4799706,4811717,4812204,4812380,4813366,4813650,4814901,4815254, ...4787957,4789042,4789455,4791007,4796503,4796786,4797682,4798406,4799761,4811780,4812246,4812533,4813496,4813727,4815030,4815326, ...0GPIcmplcmpl0,2,0,0,0,0,0,0,2,0,0,0,0,1,0,0,0,2,-1,-1,
611NR_160684KI537457+347326934785813478581347858143473269,3474242,3478389,3478539,3473439,3474362,3478464,3478581,05031434O11Rikunkunk-1,-1,-1,-1,
586NM_001127100KI537287+1939231946581939231946582193923,194379,194358,194658,0maoaincmplincmpl0,0,
9NM_001031042KI537258+3093656318958531068553188196213093656,3095119,3096735,3106840,3108236,3113780,3148111,3149603,3150584,3154479,3182394,3187147,3187498,3188090,3188343,3188366, ...3093690,3095214,3096843,3106974,3108364,3113936,3148245,3149723,3150686,3154560,3182520,3187327,3187596,3188197,3188353,3188376, ...0LIN9cmplcmpl-1,-1,-1,0,2,1,1,0,0,0,0,0,0,2,-1,-1,-1,-1,-1,-1,-1,
648NM_001034739KI538353-834886483642888349982836428258348864,8353512,8354738,8358951,8364201,8350010,8353656,8354851,8359020,8364288,0CNIH1cmplcmpl2,2,0,0,0,
645NM_001094738KI538052-794533479454997945334794549917945334,7945499,0igfbp1.Lincmplincmpl0,
657NM_153573KI538386-946531094763699467451947636289465310,9466473,9466976,9467020,9467445,9469978,9472925,9476164,9465340,9466497,9466994,9467041,9467610,9470106,9473075,9476369,0Fkbp14cmplcmpl-1,-1,-1,-1,0,1,1,0,

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