Schema for intronEst
  Database: bosTau6    Primary Table: intronEst    Row Count: 904,500   Data last updated: 2016-06-11
Format description: Summary info about a patSpace alignment
On download server: MariaDB table dump directory
fieldexampleSQL type description
bin 873smallint(5) unsigned Indexing field to speed chromosome range queries.
matches 429int(10) unsigned Number of bases that match that aren't repeats
misMatches 0int(10) unsigned Number of bases that don't match
repMatches 0int(10) unsigned Number of bases that match but are part of repeats
nCount 1int(10) unsigned Number of 'N' bases
qNumInsert 1int(10) unsigned Number of inserts in query
qBaseInsert 1int(10) unsigned Number of bases inserted in query
tNumInsert 3int(10) unsigned Number of inserts in target
tBaseInsert 1120int(10) unsigned Number of bases inserted in target
strand -char(2) + or - for strand. First character query, second target (optional)
qName AA961327varchar(255) Query sequence name
qSize 453int(10) unsigned Query sequence size
qStart 16int(10) unsigned Alignment start position in query
qEnd 447int(10) unsigned Alignment end position in query
tName chr11varchar(255) Target sequence name
tSize 107310763int(10) unsigned Target sequence size
tStart 37823917int(10) unsigned Alignment start position in target
tEnd 37825467int(10) unsigned Alignment end position in target
blockCount 5int(10) unsigned Number of blocks in alignment
blockSizes 21,4,84,132,189,longblob Size of each block
qStarts 6,28,32,116,248,longblob Start of each block in query.
tStarts 37823917,37823938,37824292,...longblob Start of each block in target.

Connected Tables and Joining Fields
        bosTau6.all_est.qName (via intronEst.qName)
      bosTau6.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
8734290011131120-AA96132745316447chr111073107633782391737825467521,4,84,132,189,6,28,32,116,248,37823917,37823938,37824292,37824750,37825278,
8734250003641121+AA9613284510431chr111073107633782391837825464723,86,132,137,8,12,27,0,23,109,241,382,391,404,37823918,37824290,37824750,37825278,37825417,37825425,37825437,
944475601047124481+AA90802653032530chr1110731076347169594471745661438,251,88,4,33,3,16,4,11,5,6,11,8,13,32,70,321,410,414,447,450,466,470,481,490,497,508,517,47169594,47174094,47174346,47174434,47174439,47174473,47174477,47174494,47174499,47174511,47174521,47174529,47174541,47174553,
775454003003772-AA9080224603460chr148464839024955100249563294195,74,100,88,0,195,269,369,24955100,24955624,24955957,24956241,
775377307223772-AA90801140920409chr14846483902495517024956329656,69,74,100,36,52,0,57,126,200,300,337,24955170,24955226,24955624,24955957,24956241,24956277,
961453207112506-AA90800948017480chr19640574574937395049374918366,72,324,0,67,139,49373950,49374263,49374594,
7622940060022167+AA96132557517317chr217159909623301655233041223127,66,107,17,144,210,23301655,23303064,23304015,
7622950030022167-AA96132650110308chr217159909623301657233041223125,66,107,193,318,384,23301657,23303064,23304015,
6566154040051424+AA9080156658631chr235253006293919149393961671,81,149,173,92,57,8,79,160,309,482,574,9391914,9392072,9392509,9393333,9393811,9393904,
6564652011241119+AA9080124740470chr235253006293919159393502570,81,149,140,28,0,70,151,300,442,9391915,9392072,9392509,9393333,9393474,

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