Schema for mgcGenes
  Database: xenTro2    Primary Table: mgcGenes    Row Count: 9,929   Data last updated: 2020-01-27
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 BC171006varchar(255) values Name of gene (usually transcript_id from GTF)
chrom scaffold_1varchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 20066int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 25255int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 20066int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 25212int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 2int(10) unsigned range Number of exons
exonStarts 20066,24510,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 20169,25255,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2  varchar(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 cmplenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames 2,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 mgcGenes.name)
      hgFixed.gbSeq.acc (via mgcGenes.name)
      hgFixed.imageClone.acc (via mgcGenes.name)
      xenTro2.all_mrna.qName (via mgcGenes.name)
      xenTro2.mgcFullMrna.qName (via mgcGenes.name)
      xenTro2.mrnaOrientInfo.name (via mgcGenes.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585BC171006scaffold_1+20066252552006625212220066,24510,20169,25255,0incmplcmpl2,0,
585BC171012scaffold_1+20066252552006625212220066,24510,20169,25255,0incmplcmpl2,0,
585BC155992scaffold_1+20066252792006625212220066,24513,20172,25279,0incmplcmpl2,0,
585BC157775scaffold_1-587339159959436879061158733,63050,64382,74344,75918,76176,76539,86918,87798,91226,91445,59508,63125,64491,74423,75974,76263,76636,87048,87920,91269,91599,0cmplcmpl0,0,2,1,2,2,1,0,0,-1,-1,
73BC157348scaffold_1-1165612153291167602074054116561,122799,206780,215261,116803,122929,207516,215329,0cmplcmpl2,1,0,-1,
73BC171093scaffold_1-1166422152791167602074054116642,122799,206780,215261,116803,122929,207516,215279,0cmplcmpl2,1,0,-1,
73BC171094scaffold_1-1166422152791167602074054116642,122799,206780,215261,116803,122929,207516,215279,0cmplcmpl2,1,0,-1,
9BC135963scaffold_1+31260933915753391575339157517312609,706831,1165890,1165927,1199528,1259342,1422010,1867275,1983794,2098079,2131516,2176526,2562423,2562697,2744919,3390693,33 ...312649,707030,1165916,1165985,1199540,1259354,1422026,1867704,1983809,2098091,2131528,2176529,2562677,2562943,2744971,3391238,33 ...0unkunk-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,
588BC074546scaffold_1-46300749541246345649406911463007,472734,474142,482057,484803,486452,487908,491398,492665,493967,495379,463516,473021,474215,482129,484989,486620,488067,491594,492757,494077,495412,0cmplcmpl0,1,0,0,0,0,0,2,0,0,-1,
591BC154851scaffold_1+8559408746868561758729393855940,871387,872751,856532,871517,874686,0cmplcmpl0,0,1,

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