Schema for xenoRefGene
  Database: braFlo1    Primary Table: xenoRefGene    Row Count: 395,369   Data last updated: 2020-08-20
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 4477smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_052817varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chrUnvarchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 510231851int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 510238788int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 510231851int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 510238788int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 3int(10) unsigned range Number of exons
exonStarts 510231851,510238506,510238671,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 510231935,510238596,510238788,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 MID2varchar(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,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
        braFlo1.all_est.qName (via xenoRefGene.name)
      braFlo1.all_mrna.qName (via xenoRefGene.name)
      braFlo1.xenoMrna.qName (via xenoRefGene.name)
      braFlo1.xenoRefFlat.name (via xenoRefGene.name)
      braFlo1.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
4477NM_052817chrUn-5102318515102387885102318515102387883510231851,510238506,510238671,510231935,510238596,510238788,0MID2incmplincmpl0,0,0,
4459NM_102274chrUn-5078581705078625465078581705078625465507858170,507858596,507859026,507862387,507862501,507858215,507858626,507859095,507862456,507862546,0G6PD3incmplincmpl0,0,0,0,0,
1066NM_001351581chrUn+63122922631244666312292263124466463122922,63123525,63124325,63124436,63123111,63123600,63124436,63124466,0ODF2incmplincmpl0,0,0,0,
14658NR_135769chrUn+6942051196942068236942068236942068235694205119,694205637,694205780,694206410,694206706,694205182,694205642,694205967,694206599,694206823,0HTRA2unkunk-1,-1,-1,-1,-1,
15241NM_001087396chrUn-7705793247705810827705793247705810824770579324,770580927,770581030,770581055,770580923,770580984,770581051,770581082,0ubc.Lincmplincmpl0,0,0,0,
14639NM_001028022chrUn+6917970596917971916917970596917971911691797059,691797191,0hlh-31incmplincmpl0,
223NM_004444chrUn+1574987041575904531574987041575904536157498704,157498875,157585254,157589216,157589901,157590300,157498818,157498968,157585332,157589309,157589982,157590453,0EPHB4incmplincmpl0,0,0,0,0,0,
223NM_004444chrUn-1575993791577052291575993791577052298157599379,157599824,157599940,157600375,157601092,157601613,157704965,157705115,157599505,157599827,157599982,157600519,157601170,157601706,157705058,157705229,0EPHB4incmplincmpl0,0,0,0,0,0,0,0,
4549NM_004444chrUn-5196387275196392945196387275196392942519638727,519639243,519638838,519639294,0EPHB4incmplincmpl0,2,
1807NM_001082867chrUn+1602256991602714951602256991602714956160225699,160225828,160226188,160226341,160258273,160271447,160225786,160226146,160226317,160226803,160258435,160271495,0kcnd2incmplincmpl0,0,0,0,0,0,

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