Schema for xenoRefGene
  Database: nomLeu2    Primary Table: xenoRefGene    Row Count: 576,422   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 642smallint(5) unsigned Indexing field to speed chromosome range queries.
name NM_001019200varchar(255) Name of gene (usually transcript_id from GTF)
chrom GL397277varchar(255) Reference sequence chromosome or scaffold
strand +char(1) + or - for strand
txStart 7535717int(10) unsigned Transcription start position (or end position for minus strand item)
txEnd 7536815int(10) unsigned Transcription end position (or start position for minus strand item)
cdsStart 7535717int(10) unsigned Coding region start (or end position for minus strand item)
cdsEnd 7536815int(10) unsigned Coding region end (or start position for minus strand item)
exonCount 4int(10) unsigned Number of exons
exonStarts 7535717,7536377,7536481,753...longblob Exon start positions (or end positions for minus strand item)
exonEnds 7535807,7536458,7536616,753...longblob Exon end positions (or start positions for minus strand item)
score 0int(11) score
name2 cpc2varchar(255) Alternate name (e.g. gene_id from GTF)
cdsStartStat incmplenum('none', 'unk', 'incmpl', 'cmpl') Status of CDS start annotation (none, unknown, incomplete, or complete)
cdsEndStat incmplenum('none', 'unk', 'incmpl', 'cmpl') Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames 0,0,0,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)
      nomLeu2.xenoMrna.qName (via xenoRefGene.name)
      nomLeu2.xenoRefFlat.name (via xenoRefGene.name)
      nomLeu2.xenoRefSeqAli.qName (via xenoRefGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
642NM_001019200GL397277+753571775368157535717753681547535717,7536377,7536481,7536752,7535807,7536458,7536616,7536815,0cpc2incmplincmpl0,0,0,1,
618NM_001028457GL397368+439202943923654392029439236524392029,4392230,4392104,4392365,0nhx-9incmplincmpl0,0,
107NM_001205332GL397269-361307943636689136134452362779322336130794,36131085,36131232,36131514,36131830,36134452,36137518,36147632,36151195,36152269,36156404,36158099,36194645,36194739,36 ...36130980,36131133,36131342,36131556,36131866,36134572,36137600,36147725,36151489,36152452,36156581,36158198,36194663,36194760,36 ...0Map4cmplincmpl-1,-1,-1,-1,-1,1,0,0,0,0,0,0,1,0,1,2,0,1,0,0,0,0,-1,
89NM_207100GL397291+17132013172521231725212317252123217132013,17252093,17132325,17252123,0tmem208unkunk-1,-1,
89NM_207100GL397291-17200380173864751738647517386475217200380,17386157,17200404,17386475,0tmem208unkunk-1,-1,
716NM_207100GL397291-17216692172861851728618517286185217216692,17285873,17216722,17286185,0tmem208unkunk-1,-1,
618NM_207100GL397342+437742143777364377736437773614377421,4377736,0tmem208unkunk-1,
623NM_207100GL397342+506065050609925060992506099225060650,5060917,5060881,5060992,0tmem208unkunk-1,-1,
98NM_001376542GL397286+26463758269882862698828626988286426463758,26593844,26640835,26988259,26463782,26593874,26640841,26988286,0SGIP1unkunk-1,-1,-1,-1,
589NM_001253335GL397494-5368585537155368585537152536858,553589,536945,553715,0LOC100818805incmplincmpl0,0,

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