Schema for xenoRefGene
  Database: nasLar1    Primary Table: xenoRefGene    Row Count: 387,633   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 1052smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001126408varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chr20varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 61217255int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 61219979int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 61217255int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 61219979int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 3int(10) unsigned range Number of exons
exonStarts 61217255,61217826,61219895,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 61217396,61217901,61219979,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 si:ch211-220d9.3varchar(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 cmplenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames 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)
      nasLar1.xenoRefFlat.name (via xenoRefGene.name)
      nasLar1.xenoRefSeqAli.qName (via xenoRefGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
1052NM_001126408chr20-61217255612199796121725561219979361217255,61217826,61219895,61217396,61217901,61219979,0si:ch211-220d9.3cmplcmpl0,0,0,
1301NM_001244756chr9-93924613939255449392461393925544293924613,93925423,93924719,93925544,0bloc1s2incmplincmpl1,0,
15NM_001331197chr19-530562245390823853056264539082381153056224,53136922,53204619,53204990,53553520,53690598,53860431,53860831,53883317,53883417,53908124,53056308,53137213,53204738,53205095,53553575,53690725,53860579,53860905,53883333,53883432,53908238,0Zfp946incmplcmpl1,1,2,2,1,0,2,0,1,1,0,
1102NM_001102530chrX-67823847678278896782419667827889967823847,67823970,67824093,67824181,67824373,67824901,67825458,67825685,67826671,67823866,67824039,67824145,67824373,67824840,67825420,67825629,67826669,67827889,0ERCC6Lincmplcmpl-1,-1,-1,0,1,0,1,2,0,
1650NM_001091075chr2-1396038911396103781396038911396103783139603891,139605580,139610278,139604010,139605628,139610378,0rnf7.Lincmplcmpl1,1,0,
585NR_120650chrUn_JMHX01191704v1+119013801380138011190,1380,0LOC101929073unkunk-1,
772NM_174250chr10+24616062246179892461624124616505824616062,24616767,24616905,24616947,24617104,24617169,24617449,24617647,24616750,24616874,24616925,24617064,24617125,24617434,24617605,24617989,0BLCAPcmplcmpl0,-1,-1,-1,-1,-1,-1,-1,
1183NM_001159380chr20-78399957784137247839995778411707778399957,78400362,78404794,78406726,78410185,78411644,78413704,78400084,78400475,78404885,78406840,78410299,78411751,78413724,0MTHFSDcmplincmpl0,1,0,0,0,0,-1,
1542NM_001284756chr6-1255229941255401061255232331255368547125522994,125523227,125523958,125526383,125530467,125536757,125540010,125523215,125523269,125524099,125526527,125530541,125536854,125540106,0SKP1cmplcmpl-1,0,0,0,1,0,-1,
1192NM_001299647chr7+79566370795712467957124679571246879566370,79566893,79567330,79570090,79570493,79570845,79570949,79571162,79566541,79567056,79567487,79570217,79570589,79570940,79571072,79571246,0CG45087unkunk-1,-1,-1,-1,-1,-1,-1,-1,

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