Schema for xenoRefGene
  Database: xenTro7    Primary Table: xenoRefGene    Row Count: 291,345   Data last updated: 2020-09-02
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 106smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001101270varchar(255) values Name of gene (usually transcript_id from GTF)
chrom KB021651varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 35517064int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 35526114int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 35517066int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 35526108int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 6int(10) unsigned range Number of exons
exonStarts 35517064,35519238,35519360,...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 35517262,35519240,35519483,...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 RAB27Avarchar(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 2,0,0,2,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)
      xenTro7.all_est.qName (via xenoRefGene.name)
      xenTro7.all_mrna.qName (via xenoRefGene.name)
      xenTro7.refGene.name (via xenoRefGene.name)
      xenTro7.refSeqAli.qName (via xenoRefGene.name)
      xenTro7.xenoRefFlat.name (via xenoRefGene.name)
      xenTro7.xenoRefSeqAli.qName (via xenoRefGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
106NM_001101270KB021651-35517064355261143551706635526108635517064,35519238,35519360,35522033,35524955,35525955,35517262,35519240,35519483,35522139,35525041,35526114,0RAB27Acmplcmpl2,0,0,2,0,0,
1408NM_001091268KB021654-1079031291079072801079034101079072758107903129,107903244,107903278,107903409,107903852,107904523,107906109,107907259,107903186,107903259,107903344,107903475,107903956,107904578,107906175,107907280,0cript.Scmplcmpl-1,-1,-1,1,2,1,1,0,
167NM_001099482KB021658+98731296993097669873129699309766598731296,99034835,99035767,99060925,99309576,98731365,99034952,99035896,99061044,99309766,0Vom2r25incmplincmpl0,0,0,0,2,
165NM_001289624KB021651+968092889687567596809288968756671796809288,96841899,96847059,96848319,96850060,96853717,96855866,96856024,96856485,96858724,96860928,96862303,96864568,96864796,96 ...96809439,96841982,96847149,96848376,96850182,96853781,96856020,96856026,96856581,96858839,96861001,96862406,96864719,96864798,96 ...0St7cmplcmpl0,1,0,0,0,2,0,1,0,0,1,2,0,1,0,1,0,
587NM_023008KB021670-29011129889829011129889811290111,291366,293471,293693,295348,295625,295865,296073,297244,297547,298883,290231,291457,293533,293825,295438,295718,295943,296106,297296,297616,298898,0KRI1incmplincmpl0,2,0,0,0,0,0,0,2,0,2,
678NM_001199542KB021653-12263959122720941226395912272094712263959,12264934,12265677,12267297,12270818,12270912,12272040,12264025,12265048,12265744,12267398,12270822,12271052,12272094,0SIGIRRincmplincmpl0,0,2,0,2,0,0,
1356NM_001199541KB021651-1010570981010606231010572571010606239101057098,101057168,101057257,101057647,101058931,101059156,101059663,101060161,101060557,101057116,101057203,101057539,101058868,101059141,101059423,101060029,101060521,101060623,0ZBED4incmplcmpl-1,-1,0,0,0,0,0,0,0,
940NM_001243371KB021649-46592726466044814659272646604481546592726,46593398,46594608,46604375,46604406,46592873,46593483,46594775,46604378,46604481,0VPS37Bincmplincmpl0,2,0,0,0,
1000NM_001243368KB021657-54469125544816945446912554481694454469125,54469968,54470787,54481616,54469179,54470145,54470910,54481694,0PPCDCincmplincmpl0,0,0,0,
1154NM_001243367KB021661-74599325746151157459932974615115574599325,74613036,74613045,74614057,74614921,74599534,74613037,74613230,74614267,74615115,0METTL9incmplcmpl2,1,2,2,0,

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