Schema for intronEst
  Database: caeRem2    Primary Table: intronEst    Row Count: 17,438   Data last updated: 2016-05-27
Format description: Summary info about a patSpace alignment
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 1352smallint(5) unsigned range Indexing field to speed chromosome range queries.
matches 712int(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 1int(10) unsigned range Number of inserts in query
qBaseInsert 1int(10) unsigned range Number of bases inserted in query
tNumInsert 2int(10) unsigned range Number of inserts in target
tBaseInsert 1371int(10) unsigned range Number of bases inserted in target
strand +char(2) values + or - for strand. First character query, second target (optional)
qName DN956213varchar(255) values Query sequence name
qSize 715int(10) unsigned range Query sequence size
qStart 2int(10) unsigned range Alignment start position in query
qEnd 715int(10) unsigned range Alignment end position in query
tName chrUnvarchar(255) values Target sequence name
tSize 161944676int(10) unsigned range Target sequence size
tStart 100625851int(10) unsigned range Alignment start position in target
tEnd 100627934int(10) unsigned range Alignment end position in target
blockCount 4int(10) unsigned range Number of blocks in alignment
blockSizes 122,104,100,386,longblob   Size of each block
qStarts 2,125,229,329,longblob   Start of each block in query.
tStarts 100625851,100625973,1006262...longblob   Start of each block in target.

Connected Tables and Joining Fields
        caeRem2.all_est.qName (via intronEst.qName)
      caeRem2.estOrientInfo.name (via intronEst.qName)
      hgFixed.gbCdnaInfo.acc (via intronEst.qName)
      hgFixed.gbSeq.acc (via intronEst.qName)
      hgFixed.imageClone.acc (via intronEst.qName)

Sample Rows
 
binmatchesmisMatchesrepMatchesnCountqNumInsertqBaseInserttNumInserttBaseInsertstrandqNameqSizeqStartqEndtNametSizetStarttEndblockCountblockSizesqStartstStarts
13527120001121371+DN9562137152715chrUn1619446761006258511006279344122,104,100,386,2,125,229,329,100625851,100625973,100626212,100627548,
585763180066352+DR40821184840827chrUn161944676178631869610114,183,401,6,21,18,9,12,10,7,40,154,338,740,747,768,786,796,809,820,17863,18027,18210,18611,18617,18639,18658,18667,18679,18689,
58568126003125101+DR7762257515724chrUn16194467618448192567313,287,53,22,6,9,17,5,318,605,665,689,695,707,18448,18806,19142,19200,19223,19230,19239,
58583560012247-DR7803678542845chrUn1619446766626967157418,37,756,30,9,29,66,822,66269,66287,66325,67127,
58577280012348-DR7802297842784chrUn1619446766680867636415,14,242,509,0,15,31,273,66808,66824,66839,67127,
585829140010185110-DR4090908631862chrUn1619446766735268305134,5,6,14,17,5,22,9,380,103,184,71,23,1,6,12,20,36,54,60,83,93,475,578,762,839,67352,67356,67361,67367,67382,67399,67404,67426,67435,67816,67968,68203,68282,
5853492000234103-DR4063333907379chrUn1619446766778968261526,103,184,13,43,11,39,142,326,340,67789,67816,67968,68203,68218,
5868276002381077+DR7796828382838chrUn1619446762273772292879120,92,127,79,212,15,134,16,38,2,122,216,343,422,634,649,783,800,227377,227548,228457,228632,228760,229079,229095,229230,229249,
5875482100003168+DR7765165902571chrUn161944676267887268624467,115,55,332,2,69,184,239,267887,268030,268189,268292,
587821300234100+DR7824138292829chrUn1619446762900262909506184,382,195,24,6,33,2,186,568,764,788,796,290026,290255,290686,290881,290906,290917,

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