Schema for mgcGenes
  Database: danRer6    Primary Table: mgcGenes    Row Count: 19,442   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 BC151925varchar(255) values Name of gene (usually transcript_id from GTF)
chrom Zv8_NA1010varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 13073int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 13865int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 13476int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 13865int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 1int(10) unsigned range Number of exons
exonStarts 13073,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 13865,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 cmplenum('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 1,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
        danRer6.all_mrna.qName (via mgcGenes.name)
      danRer6.mgcFullMrna.qName (via mgcGenes.name)
      danRer6.mrnaOrientInfo.name (via mgcGenes.name)
      hgFixed.gbCdnaInfo.acc (via mgcGenes.name)
      hgFixed.gbSeq.acc (via mgcGenes.name)
      hgFixed.imageClone.acc (via mgcGenes.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585BC151925Zv8_NA1010-13073138651347613865113073,13865,0cmplincmpl1,
585BC124507Zv8_NA10134-52572557465266455746552572,54131,54797,55244,55559,52873,54291,54915,55382,55746,0cmplincmpl1,0,2,2,1,
585BC165631Zv8_NA10134-52666557465266655746552666,54131,54797,55244,55559,52873,54291,54915,55382,55746,0incmplincmpl1,0,2,2,1,
73BC098529Zv8_NA1016+9170613686991706136869691706,93703,125882,131598,135526,136709,91776,94367,126038,131934,135651,136869,0incmplincmpl2,0,1,1,1,0,
585BC095824Zv8_NA10191-345317234531724345,2650,2763,3010,557,2662,2933,3172,0incmplincmpl0,0,1,1,
585BC165648Zv8_NA10191-345317234531724345,2650,2763,3010,557,2662,2933,3172,0incmplincmpl0,0,1,1,
585BC054571Zv8_NA10206-31964347893478934789531964,32204,34014,34148,34473,32081,32551,34047,34221,34789,0unkunk-1,-1,-1,-1,-1,
585BC139544Zv8_NA10310-467146276467146276164671,10633,10818,14852,15476,17749,21364,23402,27200,28941,36019,38037,38220,45368,46023,46182,4780,10747,10896,14876,15526,17942,21424,23570,27365,29538,36277,38138,38356,45488,46096,46276,0incmplincmpl0,0,0,0,1,0,0,0,0,0,0,1,0,0,2,1,
585BC139544Zv8_NA10310+57610612675803861267557610,58004,58274,58451,61145,57670,58185,58361,58577,61267,0cmplincmpl-1,0,0,0,1,
585BC165454Zv8_NA10327-347612734761277347,3197,3401,3598,4247,5824,6059,424,3311,3515,3756,4409,5928,6127,0incmplcmpl0,0,0,1,1,2,0,

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