Schema for xenoRefGene
  Database: neoSch1    Primary Table: xenoRefGene    Row Count: 446,526   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 951smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001013155varchar(255) values Name of gene (usually transcript_id from GTF)
chrom NW_018734381v1varchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 47973983int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 48021669int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 47974171int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 48021505int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 12int(10) unsigned range Number of exons
exonStarts 47973983,47974075,47974119,...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 47974025,47974102,47974276,...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 Shoc2varchar(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 -1,-1,0,2,1,1,0,0,0,0,1,-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)
      neoSch1.xenoRefFlat.name (via xenoRefGene.name)
      neoSch1.xenoRefSeqAli.qName (via xenoRefGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
951NM_001013155NW_018734381v1+479739834802166947974171480215051247973983,47974075,47974119,47974335,47998043,48008435,48012824,48016969,48019146,48019611,48021296,48021600,47974025,47974102,47974276,47974874,47998181,48008566,48013013,48017092,48019284,48019729,48021552,48021669,0Shoc2cmplcmpl-1,-1,0,2,1,1,0,0,0,0,1,-1,
590NM_001102944NW_018734375v1-7613967643287613967643286761396,761696,762084,762523,763707,764217,761464,761760,762169,763032,764058,764328,0fbxl16incmplincmpl1,0,2,0,0,0,
613NM_001105161NW_018734397v1+367382536748063673825367480623673825,3674482,3674206,3674806,0SELPLGincmplcmpl0,0,
941NM_001095161NW_018734298v1-467389104677169946738910467716931046738910,46739263,46740023,46740683,46748851,46751471,46752334,46755802,46760404,46771585,46739010,46739382,46740167,46740809,46748956,46751477,46752442,46755991,46760482,46771699,0cpt1b.Lcmplincmpl2,0,0,0,0,0,0,0,0,0,
614NM_001278308NW_018734268v1+3831579388440238315983883084143831579,3841142,3844696,3862637,3869777,3874191,3876927,3883033,3883170,3883884,3883923,3884045,3884169,3884333,3831716,3841172,3844762,3862705,3869844,3874253,3876960,3883097,3883864,3883905,3883997,3884144,3884214,3884402,0UBE2Fcmplcmpl0,1,1,1,0,1,0,0,-1,-1,-1,-1,-1,-1,
585NM_001108364NW_018726556v1+8873101308873895828873,9968,8990,10130,0Mxd4incmplcmpl2,-1,
720NM_001079907NW_018734275v1+17735165177356551773565517735655317735165,17735243,17735432,17735207,17735254,17735655,0ZNF331unkunk-1,-1,-1,
610NM_001079907NW_018734288v1-334924833541983349881335419843349248,3349881,3350994,3354068,3349308,3350871,3351096,3354198,0ZNF331incmplincmpl-1,0,0,0,
641NM_001286058NW_018734275v1-7386063741232073905167408369207386063,7386250,7389963,7390148,7390306,7390459,7393200,7394327,7395087,7396348,7397471,7398378,7398749,7398792,7399168,7400133, ...7386153,7386332,7389981,7390199,7390321,7390603,7393316,7394384,7395226,7396450,7397533,7398458,7398791,7398839,7399204,7400209, ...0Entpd5cmplcmpl-1,-1,-1,-1,-1,0,1,1,1,1,2,0,0,1,1,0,0,1,0,-1,
601NM_001016479NW_018734297v1+212210021225262122100212252612122100,2122526,0cox4i1incmplcmpl0,

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