Schema for xenoRefGene
  Database: droSim1    Primary Table: xenoRefGene    Row Count: 385,171   Data last updated: 2020-08-18
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 662smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001261205varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chr2Lvarchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 10217478int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 10217913int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 10217478int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 10217913int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 2int(10) unsigned range Number of exons
exonStarts 10217478,10217571,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 10217553,10217913,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 SNRPNvarchar(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,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
        droSim1.all_est.qName (via xenoRefGene.name)
      droSim1.all_mrna.qName (via xenoRefGene.name)
      droSim1.xenoMrna.qName (via xenoRefGene.name)
      droSim1.xenoRefFlat.name (via xenoRefGene.name)
      droSim1.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
662NM_001261205chr2L-10217478102179131021747810217913210217478,10217571,10217553,10217913,0SNRPNincmplincmpl0,0,
88NM_001179998chr3L-15774378160567591577437816056759315774378,15944661,16056705,15774402,15944670,16056759,0QCR6incmplincmpl1,1,1,
657NM_001179996chr2R-950588595096529505885950965279505885,9509087,9509140,9509182,9509305,9509404,9509568,9506185,9509116,9509144,9509272,9509362,9509494,9509652,0SMC2incmplincmpl0,1,0,0,0,0,0,
652NM_001181103chr3L-882327688234568823276882345618823276,8823456,0HAP2incmplincmpl0,
642NM_001179993chr2L-760107976012357601079760123517601079,7601235,0CDC14incmplincmpl0,
588NM_001180992chr3R+5214965215925214965215921521496,521592,0SOH1incmplincmpl0,
714NM_001181102chr2R+16972652169739961697265216973996616972652,16972859,16973216,16973456,16973654,16973846,16972832,16972964,16973339,16973507,16973816,16973996,0MTO1incmplincmpl0,0,0,0,0,0,
636NM_001181100chr2L-680547068083006805470680830056805470,6805563,6805665,6805981,6808222,6805515,6805608,6805755,6806128,6808300,0ADE5,7incmplincmpl0,0,0,0,0,
665NM_166129chr2R-10597336106034021059733610603402710597336,10597447,10597668,10599741,10601119,10602087,10603230,10597432,10597668,10597889,10600414,10602056,10602141,10603402,0Strn-Mlckincmplincmpl0,1,2,1,0,1,2,
665NM_166129chr2R-10597336106039871059733610603987610597336,10597447,10597668,10599741,10601704,10603428,10597432,10597668,10597889,10600414,10601993,10603987,0Strn-Mlckincmplincmpl0,1,2,1,0,2,

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