Schema for mgcFullMrna
  Database: bosTau2    Primary Table: mgcFullMrna    Row Count: 11,744   Data last updated: 2020-01-27
Format description: Summary info about a patSpace alignment
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 585smallint(5) unsigned range Indexing field to speed chromosome range queries.
matches 126int(10) unsigned range Number of bases that match that aren't repeats
misMatches 0int(10) unsigned range Number of bases that don't match
repMatches 0int(10) unsigned range Number of bases that match but are part of repeats
nCount 0int(10) unsigned range Number of 'N' bases
qNumInsert 0int(10) unsigned range Number of inserts in query
qBaseInsert 0int(10) unsigned range Number of bases inserted in query
tNumInsert 0int(10) unsigned range Number of inserts in target
tBaseInsert 0int(10) unsigned range Number of bases inserted in target
strand +char(2) values + or - for strand. First character query, second target (optional)
qName BC111193varchar(255) values Query sequence name
qSize 2473int(10) unsigned range Query sequence size
qStart 642int(10) unsigned range Alignment start position in query
qEnd 768int(10) unsigned range Alignment end position in query
tName scaffold60400varchar(255) values Target sequence name
tSize 1007int(10) unsigned range Target sequence size
tStart 0int(10) unsigned range Alignment start position in target
tEnd 126int(10) unsigned range Alignment end position in target
blockCount 1int(10) unsigned range Number of blocks in alignment
blockSizes 126,longblob   Size of each block
qStarts 642,longblob   Start of each block in query.
tStarts 0,longblob   Start of each block in target.

Connected Tables and Joining Fields
        bosTau2.all_mrna.qName (via mgcFullMrna.qName)
      bosTau2.mgcGenes.name (via mgcFullMrna.qName)
      bosTau2.mrnaOrientInfo.name (via mgcFullMrna.qName)
      hgFixed.gbCdnaInfo.acc (via mgcFullMrna.qName)
      hgFixed.gbSeq.acc (via mgcFullMrna.qName)
      hgFixed.imageClone.acc (via mgcFullMrna.qName)

Sample Rows
 
binmatchesmisMatchesrepMatchesnCountqNumInsertqBaseInserttNumInserttBaseInsertstrandqNameqSizeqStartqEndtNametSizetStarttEndblockCountblockSizesqStartstStarts
5851260000000+BC1111932473642768scaffold60400100701261126,642,0,
5851310000000-BC1181662054724855scaffold6042910073755061131,1199,375,
58559300000627084+BC14983931436771270scaffold5998491331193339610754,79,98,121,88,89,64,677,731,810,908,1029,1117,1206,11933,16966,32378,33659,36239,38846,39546,
5856773000036272-BC11811816211681scaffold5999491278470364150,159,211,160,940,1090,1249,1460,84,1713,4122,6876,
732149023311191393236-BC112692230812295scaffold6152458788839398380414694,102,170,69,69,251,67,130,54,48,88,132,197,104,13,707,809,979,1048,1117,1487,1554,1684,1738,1786,1874,2006,2203,888393,894283,900268,903737,905357,923468,928021,931144,971483,980747,982165,983139,983405,983700,
58579900000411364-BC1494118130799scaffold6093927877671898345148,423,123,15,90,14,162,585,708,723,77671,82093,89111,89407,89744,
58512563700215877252-BC13335719523821869scaffold60154897735144437258216,444,76,86,84,169,134,120,83,300,901,977,1063,1147,1316,1450,35144,35366,36578,39021,40707,41741,42957,43605,
5851630000000+BC14247724370163scaffold60184894922051222141163,0,22051,
585389112800021820-BC10822458349567scaffold60254891324086264243238,151,129,16,254,405,24086,25785,26295,
585137300000922075+BC147854143201373scaffold603948805232514669910159,96,126,146,152,112,153,139,126,164,0,159,255,381,527,679,791,944,1083,1209,23251,29265,32609,40497,41863,44646,45216,45797,46303,46535,

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