Schema for xenoRefGene
  Database: enhLutNer1    Primary Table: xenoRefGene    Row Count: 324,085   Data last updated: 2020-02-05
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 585smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NR_155443varchar(255) values Name of gene (usually transcript_id from GTF)
chrom QQQE01000002v1varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 12926int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 13209int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 13209int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 13209int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 1int(10) unsigned range Number of exons
exonStarts 12926,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 13209,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 Gm41341varchar(255) values Alternate name (e.g. gene_id from GTF)
cdsStartStat unkenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS start annotation (none, unknown, incomplete, or complete)
cdsEndStat unkenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames -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
        enhLutNer1.all_mrna.qName (via xenoRefGene.name)
      enhLutNer1.xenoRefFlat.name (via xenoRefGene.name)
      enhLutNer1.xenoRefSeqAli.qName (via xenoRefGene.name)
      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)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585NR_155443QQQE01000002v1-12926132091320913209112926,13209,0Gm41341unkunk-1,
73NR_026706QQQE01000002v1-1048321487211487211487213104832,110049,148624,104877,110100,148721,0LINC01591unkunk-1,-1,-1,
73NR_120396QQQE01000002v1-1048321487211487211487213104832,110049,148624,104877,110100,148721,0LINC01591unkunk-1,-1,-1,
593NM_016014QQQE01000260v1+113702211373481137022113734821137022,1137148,1137148,1137348,0ABHD17Bincmplincmpl0,1,
591NM_016014QQQE01000412v1-8439578446228439578446225843957,844042,844120,844400,844447,844042,844120,844400,844442,844622,0ABHD17Bincmplincmpl2,1,0,2,2,
588NR_130420QQQE01000002v1+4455254456084456084456081445525,445608,0Mir30dunkunk-1,
588NR_029718QQQE01000002v1+4455284456084456084456081445528,445608,0Mir30dunkunk-1,
588NR_031842QQQE01000002v1+4455284456084456084456081445528,445608,0Mir30dunkunk-1,
588NR_129140QQQE01000002v1+4455284456084456084456081445528,445608,0MIR30Dunkunk-1,
588NR_129954QQQE01000002v1+4455294456124456124456121445529,445612,0mir30dunkunk-1,

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