Schema for xenoRefGene
  Database: tarSyr1    Primary Table: xenoRefGene    Row Count: 888,233   Data last updated: 2020-09-01
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type description
bin 585smallint(5) unsigned Indexing field to speed chromosome range queries.
name NM_001079635varchar(255) Name of gene (usually transcript_id from GTF)
chrom scaffold_51919varchar(255) Reference sequence chromosome or scaffold
strand -char(1) + or - for strand
txStart 5839int(10) unsigned Transcription start position (or end position for minus strand item)
txEnd 8765int(10) unsigned Transcription end position (or start position for minus strand item)
cdsStart 5839int(10) unsigned Coding region start (or end position for minus strand item)
cdsEnd 8765int(10) unsigned Coding region end (or start position for minus strand item)
exonCount 4int(10) unsigned Number of exons
exonStarts 5839,6371,7807,8687,longblob Exon start positions (or end positions for minus strand item)
exonEnds 5879,6509,7888,8765,longblob Exon end positions (or start positions for minus strand item)
score 0int(11) score
name2 CRISP3varchar(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 2,0,1,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)
      tarSyr1.all_mrna.qName (via xenoRefGene.name)
      tarSyr1.xenoRefFlat.name (via xenoRefGene.name)
      tarSyr1.xenoRefSeqAli.qName (via xenoRefGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585NM_001079635scaffold_51919-583987655839876545839,6371,7807,8687,5879,6509,7888,8765,0CRISP3incmplincmpl2,0,1,0,
585NM_001080635scaffold_102294-494350574943505714943,5057,0ldlrap1bincmplincmpl0,
585NM_001309148scaffold_234093+329534423295344213295,3442,0LOC105380324cmplincmpl0,
585NM_013214scaffold_382688-429044444290443624290,4381,4335,4444,0Acot7cmplincmpl0,0,
585NM_013214scaffold_39194-42012282420122823420,6538,12124,536,6630,12282,0Acot7incmplincmpl0,1,2,
585NM_013214scaffold_438229-1873141873141187,314,0Acot7incmplincmpl0,
585NM_001261082scaffold_81885+405942224059422214059,4222,0PRRG1incmplincmpl0,
585NM_001261083scaffold_15257-18646196681910019668518646,18694,18838,18966,19099,18680,18727,18926,19090,19668,0TNFAIP8incmplcmpl-1,-1,-1,-1,2,
585NM_001260986scaffold_41019+54271241254541241225427,12333,5465,12412,0AKAP8Lcmplincmpl0,2,
585NM_001260986scaffold_468032+829116382911631829,1163,0AKAP8Lincmplincmpl0,

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