Schema for xenoRefGene
  Database: galGal4    Primary Table: xenoRefGene    Row Count: 246,196   Data last updated: 2020-08-21
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 824smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001096961varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chr4varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 31412196int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 31426615int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 31412196int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 31426615int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 12int(10) unsigned range Number of exons
exonStarts 31412196,31412578,31413130,...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 31412367,31412671,31413268,...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 prmt9.Lvarchar(255) values Alternate name (e.g. gene_id from GTF)
cdsStartStat incmplenum('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,0,0,0,0,0,0,2,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
        galGal4.all_est.qName (via xenoRefGene.name)
      galGal4.all_mrna.qName (via xenoRefGene.name)
      galGal4.refGene.name (via xenoRefGene.name)
      galGal4.refSeqAli.qName (via xenoRefGene.name)
      galGal4.xenoMrna.qName (via xenoRefGene.name)
      galGal4.xenoRefFlat.name (via xenoRefGene.name)
      galGal4.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
824NM_001096961chr4-314121963142661531412196314266151231412196,31412578,31413130,31413986,31414187,31415974,31418629,31421616,31423500,31424337,31425843,31426486,31412367,31412671,31413268,31414142,31414295,31416078,31418730,31421718,31423669,31424574,31425986,31426615,0prmt9.Lincmplincmpl0,0,0,0,0,0,0,0,2,2,0,0,
585NM_001005325chrUn_JH376208+25276259302527625930325276,25717,25846,25489,25774,25930,0OR6M1incmplincmpl0,0,0,
626NM_001287809chr23+5493323550042254933235500422135493323,5493872,5496742,5496982,5497494,5497777,5498280,5498571,5499251,5499443,5499655,5499925,5500392,5493350,5493992,5496866,5497063,5497572,5497843,5498394,5498641,5499335,5499533,5499798,5500051,5500422,0MFSD2Aincmplcmpl0,2,2,0,0,0,0,2,0,0,0,0,0,
636NM_001130169chr18+6708307671859567083076717911156708307,6708872,6710206,6711055,6712954,6713069,6714329,6715209,6716508,6716565,6717451,6717750,6718052,6718414,6718515,6708433,6709009,6710378,6711130,6713032,6713072,6714478,6715308,6716541,6716732,6717587,6718003,6718376,6718491,6718595,0Zfp207incmplcmpl0,0,2,0,0,0,0,2,0,0,0,1,-1,-1,-1,
590NM_001171236chrZ+6784807417966784807417969678480,707523,729226,731843,733302,734203,735058,739890,741694,678531,707619,729274,732064,733424,734274,735154,739989,741796,0NEDD4Lincmplcmpl0,0,0,0,2,1,0,0,0,
613NM_138683chr23+367858136803743678581368037433678581,3679666,3680183,3678771,3679816,3680374,0Rspo1incmplincmpl0,1,1,
736NM_138682chr5-19803070198048551980307019804855619803070,19803277,19803331,19803661,19804045,19804114,19803100,19803304,19803436,19803787,19804102,19804855,0Lrrc4incmplcmpl0,0,0,0,0,0,
627NM_001199802chr23+551909955217645519099552176455519099,5519602,5520095,5520940,5521734,5519247,5519709,5520227,5521051,5521764,0RPL11incmplcmpl0,1,0,0,0,
838NM_001199792chr1-33258768332611793325876833261179333258768,33260357,33260585,33259017,33260518,33261179,0AVPR1Aincmplincmpl0,0,2,
679NM_001199791chr10+12352331123598071235233112359807812352331,12352716,12355870,12356536,12356828,12357373,12358234,12359729,12352508,12352719,12356023,12356679,12356983,12357540,12358396,12359807,0RHCGincmplincmpl0,0,0,0,2,1,0,0,

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