Schema for xenoRefGene
  Database: tarSyr2    Primary Table: xenoRefGene    Row Count: 375,108   Data last updated: 2020-08-20
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 586smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001277639varchar(255) values Name of gene (usually transcript_id from GTF)
chrom KE941484v1varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 206865int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 208113int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 206865int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 208101int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 2int(10) unsigned range Number of exons
exonStarts 206865,207690,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 207621,208113,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 ZBTB26varchar(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,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)
      tarSyr2.all_mrna.qName (via xenoRefGene.name)
      tarSyr2.xenoRefFlat.name (via xenoRefGene.name)
      tarSyr2.xenoRefSeqAli.qName (via xenoRefGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
586NM_001277639KE941484v1-2068652081132068652081012206865,207690,207621,208113,0ZBTB26cmplincmpl0,0,
587NM_001303253KE950615v1-3461113576233463713576238346111,346909,347716,349445,351462,352985,355223,357490,346542,347020,347871,349568,351612,353097,355405,357623,0ACAT2incmplcmpl0,0,1,1,1,0,1,0,
585NM_001303252KE928972v1+614913750614913342156149,9402,10252,10704,11128,11443,11625,11764,11921,13262,13405,13514,13537,13592,13672,6241,9459,10364,10752,11243,11515,11698,11850,12095,13361,13432,13523,13571,13605,13750,0MAPK12incmplcmpl1,0,2,0,0,1,1,2,1,1,-1,-1,-1,-1,-1,
585NM_001011250KE939375v1+68149821456814982145868149,69656,72918,74959,75775,77694,79167,82001,68278,69785,73029,75047,75930,77892,79347,82145,0acta2cmplcmpl0,0,0,0,1,0,0,0,
586NM_001081830KE943462v1-2269532387172271442387128226953,227144,227258,231672,234120,235937,237116,238597,227028,227251,227275,231777,234263,236094,237204,238717,0LY49Fcmplincmpl-1,1,1,0,1,0,1,0,
73NM_001360779KE929594v1+1304551328201304551325952130455,132502,130700,132820,0Crygfincmplcmpl1,0,
586NM_001360778KE930783v1-13459618111213644018109215134596,135207,136310,136410,136666,139041,140567,142635,148402,149215,153490,161092,162192,162844,181046,134623,135285,136325,136548,136814,139142,140764,142769,148447,149288,153617,161176,162290,162915,181112,0Trappc13cmplcmpl-1,-1,-1,0,2,0,1,0,0,2,2,2,0,1,0,
585NM_112193KE950418v1-1016421029761016421029765101642,101836,101912,102565,102889,101702,101869,102098,102607,102976,0Cpn60beta2incmplincmpl0,1,0,0,0,
73NR_045539KE940427v1-7588135971135971135971277588,7983,8351,8625,8935,9068,9190,9220,9274,11410,11587,16562,18420,18892,19404,21765,25191,26787,38161,64761,65661,75104,78990 ...7955,8049,8370,8679,9025,9123,9204,9263,9324,11535,11617,16661,18768,18981,19593,21922,25264,26840,38347,64792,65684,75674,79246 ...0Mllt10unkunk-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,
585NR_153858KE939371v1+1210381223941223941223944121038,121291,121536,122350,121101,121377,121573,122394,0Ubl5unkunk-1,-1,-1,-1,

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