Schema for mgcGenes
  Database: rn7    Primary Table: mgcGenes    Row Count: 6,850   Data last updated: 2021-03-24
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 600smallint(5) unsigned range Indexing field to speed chromosome range queries.
name BC079076varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chr1varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 1979434int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 1984410int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 1979712int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 1983931int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 7int(10) unsigned range Number of exons
exonStarts 1979434,1980438,1981167,198...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 1979779,1980580,1981311,198...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 Raet1lvarchar(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 cmplenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames 2,1,1,1,1,0,-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
        hgFixed.gbCdnaInfo.acc (via mgcGenes.name)
      hgFixed.gbSeq.acc (via mgcGenes.name)
      hgFixed.imageClone.acc (via mgcGenes.name)
      rn7.all_mrna.qName (via mgcGenes.name)
      rn7.mgcFullMrna.qName (via mgcGenes.name)
      rn7.mrnaOrientInfo.name (via mgcGenes.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
600BC079076chr1-197943419844101979712198393171979434,1980438,1981167,1981877,1982403,1983840,1984266,1979779,1980580,1981311,1982141,1982664,1983974,1984410,0Raet1lcmplcmpl2,1,1,1,1,0,-1,
601BC088417chr1-211176221440942117657214398882111762,2117620,2119451,2120124,2123192,2126259,2127684,2143933,2113336,2117837,2119537,2120245,2123297,2126291,2127789,2144094,0Pcmt1cmplcmpl-1,0,1,0,0,1,1,0,
601BC158756chr1+214805721578812148102215777782148057,2148528,2149611,2150495,2152683,2154124,2155371,2157553,2148222,2148651,2149689,2150676,2152819,2154276,2155494,2157881,0LOC683983cmplcmpl0,0,0,0,1,2,1,1,
75BC097929chr1+2202500224413022177962243969112202500,2217783,2220109,2222740,2228420,2231152,2232387,2240636,2241673,2242181,2243770,2202683,2217958,2220267,2222921,2228542,2231258,2232546,2240763,2241808,2242308,2244130,0Katna1cmplcmpl-1,0,0,2,0,2,0,0,1,1,2,
603BC085788chr1-237547724247562381181239339272375477,2380136,2381504,2388547,2393290,2424627,2424712,2376969,2381301,2381665,2390048,2393478,2424667,2424756,0Map3k7ip2cmplcmpl-1,0,1,0,0,-1,-1,
628BC083823chr1+565557456714565662931567064735655574,5662915,5670443,5655729,5664956,5671456,0Fbxo30cmplcmpl-1,0,0,
640BC099159chr1-729342672950487294441729487527293426,7294868,7294866,7295048,0Stx11cmplcmpl1,0,
642BC079397chr1-7565672757839875659577578380117565672,7566261,7566791,7567128,7568053,7569035,7569614,7572034,7576152,7577504,7578377,7566068,7566462,7566844,7567268,7568181,7569282,7569753,7572122,7576323,7577636,7578398,0Ltv1cmplcmpl0,0,1,2,0,2,1,0,0,0,0,
645BC078933chr1+788598579007777886074790064477885985,7888001,7891747,7892907,7893462,7899122,7900503,7886274,7888189,7892087,7893118,7893653,7899231,7900777,0Fuca2cmplcmpl0,2,1,2,0,2,0,
645BC062046chr1-7913122795444579132407954265127913122,7916056,7925776,7926911,7934631,7935708,7935862,7936161,7937676,7943032,7947734,7954192,7913324,7916153,7925899,7926982,7934797,7935763,7935929,7936286,7937720,7943114,7947866,7954445,0Pex3cmplcmpl0,2,2,0,2,1,0,1,2,1,1,0,

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