Schema for intronEst
  Database: chlSab2    Primary Table: intronEst    Row Count: 24,273   Data last updated: 2016-09-22
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 662int(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 3int(10) unsigned range Number of inserts in target
tBaseInsert 1210int(10) unsigned range Number of bases inserted in target
strand +char(2) values + or - for strand. First character query, second target (optional)
qName JK114447varchar(255) values Query sequence name
qSize 662int(10) unsigned range Query sequence size
qStart 0int(10) unsigned range Alignment start position in query
qEnd 662int(10) unsigned range Alignment end position in query
tName chr1varchar(255) values Target sequence name
tSize 126035930int(10) unsigned range Target sequence size
tStart 23003int(10) unsigned range Alignment start position in target
tEnd 24875int(10) unsigned range Alignment end position in target
blockCount 4int(10) unsigned range Number of blocks in alignment
blockSizes 38,145,120,359,longblob   Size of each block
qStarts 0,38,183,303,longblob   Start of each block in query.
tStarts 23003,23117,23575,24516,longblob   Start of each block in target.

Connected Tables and Joining Fields
        chlSab2.all_est.qName (via intronEst.qName)
      chlSab2.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
5856620000031210+JK1144476620662chr11260359302300324875438,145,120,359,0,38,183,303,23003,23117,23575,24516,
58572610000913186+JK1173857730727chr112603593049557634701038,118,79,35,56,44,87,172,80,18,0,38,156,235,270,326,370,457,629,709,49557,49598,55069,58256,58376,58647,58883,61633,63294,63452,
58572310000913186+JK1192897370724chr112603593049560634701035,118,79,35,56,44,87,172,80,18,0,35,153,232,267,323,367,454,626,706,49560,49598,55069,58256,58376,58647,58883,61633,63294,63452,
5854461000048761+JK1095194510447chr112603593049561587695155,79,35,56,122,0,155,234,269,325,49561,55069,58256,58376,58647,
58556520000711619+JK1119335670567chr11260359304956161747834,118,79,35,56,44,87,114,0,34,152,231,266,322,366,453,49561,49598,55069,58256,58376,58647,58883,61633,
58554110000711619+JK1002835420542chr11260359304956661727829,118,79,35,56,44,87,94,0,29,147,226,261,317,361,448,49566,49598,55069,58256,58376,58647,58883,61633,
58568210000813108+JK1152056870683chr1126035930495836337498,122,79,35,56,44,87,172,80,0,8,130,209,244,300,344,431,603,49583,49594,55069,58256,58376,58647,58883,61633,63294,
585506000110566837+JK1190276110611chr11260359305867866021713,87,172,80,18,66,70,0,13,100,272,352,475,541,58678,58883,61633,63294,63452,64846,65951,
585570000110566817+JK1243336760675chr11260359305893466321736,172,80,18,66,81,117,0,36,208,288,411,477,558,58934,61633,63294,63452,64846,65951,66204,
585700201003366+JK1230147030703chr1126035930107534108603482,130,82,409,0,82,212,294,107534,107686,108020,108194,

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