Schema for intronEst
  Database: criGriChoV1    Primary Table: intronEst    Row Count: 7   Data last updated: 2017-04-19
Format description: Summary info about a patSpace alignment
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 592smallint(5) unsigned range Indexing field to speed chromosome range queries.
matches 260int(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 2int(10) unsigned range Number of inserts in target
tBaseInsert 1750int(10) unsigned range Number of bases inserted in target
strand +char(2) values + or - for strand. First character query, second target (optional)
qName AF022942varchar(255) values Query sequence name
qSize 260int(10) unsigned range Query sequence size
qStart 0int(10) unsigned range Alignment start position in query
qEnd 260int(10) unsigned range Alignment end position in query
tName NW_003613904v1varchar(255) values Target sequence name
tSize 1664011int(10) unsigned range Target sequence size
tStart 951344int(10) unsigned range Alignment start position in target
tEnd 953354int(10) unsigned range Alignment end position in target
blockCount 3int(10) unsigned range Number of blocks in alignment
blockSizes 47,109,104,longblob   Size of each block
qStarts 0,47,156,longblob   Start of each block in query.
tStarts 951344,953063,953250,longblob   Start of each block in target.

Connected Tables and Joining Fields
        criGriChoV1.all_est.qName (via intronEst.qName)
      criGriChoV1.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
5922600000021750+AF0229422600260NW_003613904v11664011951344953354347,109,104,0,47,156,951344,953063,953250,
5861980630002661-AF0229392610261NW_003614036v11348730192105193027312,52,197,0,12,64,192105,192118,192830,
5861670560113662-AF0229402320224NW_003614036v11348730192119193004531,7,12,86,87,8,39,47,59,145,192119,192151,192158,192830,192917,
58511591014500012405+AF1809181344291343NW_003618845v12863217387211062108,1206,29,137,17387,19900,
60897650000821573-FK0416769810981NW_003613633v13665631308878431113389105,81,144,92,166,141,108,12,132,0,105,186,330,422,588,729,837,849,3088784,3090729,3091712,3092388,3094904,3095846,3096799,3103264,3111206,
585329068000512731-FK0416754260397NW_003613658v131196701313726265652,80,101,51,47,66,29,81,161,262,313,360,13137,17016,18241,19033,21344,26199,
592712121000625324+FK04167476834768NW_003613774v12152519102096510470237171,95,63,126,107,95,77,34,205,300,363,489,596,691,1020965,1024168,1032248,1035383,1037012,1041322,1046946,

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