Schema for intronEst
  Database: strPur2    Primary Table: intronEst    Row Count: 48,137   Data last updated: 2016-04-18
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 340int(10) unsigned range Number of bases that match that aren't repeats
misMatches 3int(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 8int(10) unsigned range Number of 'N' bases
qNumInsert 7int(10) unsigned range Number of inserts in query
qBaseInsert 19int(10) unsigned range Number of bases inserted in query
tNumInsert 5int(10) unsigned range Number of inserts in target
tBaseInsert 2640int(10) unsigned range Number of bases inserted in target
strand -char(2) values + or - for strand. First character query, second target (optional)
qName AF122756varchar(255) values Query sequence name
qSize 612int(10) unsigned range Query sequence size
qStart 56int(10) unsigned range Alignment start position in query
qEnd 426int(10) unsigned range Alignment end position in query
tName Scaffold1varchar(255) values Target sequence name
tSize 640699int(10) unsigned range Target sequence size
tStart 121922int(10) unsigned range Alignment start position in target
tEnd 124913int(10) unsigned range Alignment end position in target
blockCount 10int(10) unsigned range Number of blocks in alignment
blockSizes 6,17,6,4,6,56,44,16,185,11,longblob   Size of each block
qStarts 186,193,211,219,224,232,293...longblob   Start of each block in query.
tStarts 121922,121928,121945,121951...longblob   Start of each block in target.

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

Sample Rows
 
binmatchesmisMatchesrepMatchesnCountqNumInsertqBaseInserttNumInserttBaseInsertstrandqNameqSizeqStartqEndtNametSizetStarttEndblockCountblockSizesqStartstStarts
58534030871952640-AF12275661256426Scaffold1640699121922124913106,17,6,4,6,56,44,16,185,11,186,193,211,219,224,232,293,337,360,545,121922,121928,121945,121951,121955,121962,122021,124693,124713,124902,
585317300122414-AF12224334422344Scaffold101201476620966943329,119,172,0,29,150,66209,66651,66771,
586382703410511325-AF1225056810402Scaffold1041952538517601518773277,9,17,91,57,168,43,279,290,302,320,413,470,638,176015,176023,176033,176050,176142,177056,187689,
5854832402161195244-AF12226610000539Scaffold1105125196132590412110,5,35,12,49,13,77,39,19,104,11,54,461,573,579,615,632,681,695,772,811,830,934,946,132,243,1219,1254,1270,1321,2900,2978,3018,4626,5839,5850,
585157815521121102-AF1223476360323Scaffold113321283717753199464,126,65,67,313,378,504,569,1775,1839,3066,3132,
5892938061922229+AF12207750742358Scaffold12152724742623576626112383,202,22,42,125,336,623576,625445,626090,
5853084052341581-AF12269264723343Scaffold12154528181100859102757512,43,119,82,61,304,317,362,481,563,100859,101337,101381,101938,102696,
5853601042731260-AF12211167612384Scaffold12776830742815029775513,59,88,127,78,292,306,371,459,586,28150,28163,28602,29205,29697,
58648720673085585-AF12218860767592Scaffold137344030861432661493461115,4,14,34,5,131,111,84,61,20,16,15,31,36,57,92,104,235,346,430,497,524,143266,143283,143287,143306,143340,144342,146180,147987,149240,149305,149330,
5864301002234572-AF1222584710433Scaffold13734403086144343149346611,8,111,111,84,106,38,50,59,170,281,365,144343,144354,144362,146180,147987,149240,

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