Schema for intronEst
  Database: felCat9    Primary Table: intronEst    Row Count: 357   Data last updated: 2018-03-17
Format description: Summary info about a patSpace alignment
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 902smallint(5) unsigned range Indexing field to speed chromosome range queries.
matches 553int(10) unsigned range Number of bases that match that aren't repeats
misMatches 11int(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 2int(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 11int(10) unsigned range Number of inserts in target
tBaseInsert 648int(10) unsigned range Number of bases inserted in target
strand +char(2) values + or - for strand. First character query, second target (optional)
qName AF034791varchar(255) values Query sequence name
qSize 1367int(10) unsigned range Query sequence size
qStart 0int(10) unsigned range Alignment start position in query
qEnd 566int(10) unsigned range Alignment end position in query
tName chrB4varchar(255) values Target sequence name
tSize 144528695int(10) unsigned range Target sequence size
tStart 41632231int(10) unsigned range Alignment start position in target
tEnd 41633445int(10) unsigned range Alignment end position in target
blockCount 12int(10) unsigned range Number of blocks in alignment
blockSizes 23,107,84,6,116,82,44,41,19...longblob   Size of each block
qStarts 0,23,130,214,220,336,418,46...longblob   Start of each block in query.
tStarts 41632231,41632337,41632566,...longblob   Start of each block in target.

Connected Tables and Joining Fields
        felCat9.all_est.qName (via intronEst.qName)
      felCat9.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
90255311020011648+AF03479113670566chrB414452869541632231416334451223,107,84,6,116,82,44,41,19,4,23,17,0,23,130,214,220,336,418,462,503,522,526,549,41632231,41632337,41632566,41632651,41632766,41632984,41633292,41633337,41633379,41633399,41633404,41633428,
86486431800076760+AF1979708910885chrX1305570093658147636589121867,89,157,213,28,66,245,20,0,67,156,313,526,554,620,865,36581476,36581633,36585267,36585574,36586124,36586154,36588563,36589101,
8065912010057994+AW6469245940594chrA12421009132900327029011858665,65,126,110,155,73,0,65,130,256,366,521,29003270,29004278,29004773,29006053,29006991,29011785,
12305051020054349-AW6467665080508chrA12421009138461818584623042648,100,115,79,78,88,0,48,148,263,342,420,84618185,84618354,84621057,84622609,84622789,84622954,
12842846343002774+AW6467653281328chrA124210091391639023916401243108,111,108,1,109,220,91639023,91639515,91640016,
158450700300215777+AW6467595140510chrA12421009131309666821309829693231,81,198,0,231,312,130966682,130975711,130982771,
248376256100343420+AW6468784372437chrA1242100913184255090184298945449,108,114,164,2,51,159,273,184255090,184291851,184293706,184298781,
22124561080011531+AW6467584650465chrA12421009132132677542132697502345,120,0,345,213267754,213269630,
58944716612241206+AW6467685181518chrA21714717476127186144397112,95,145,110,7,35,11,1,113,208,353,464,472,507,612718,613692,613871,614178,614288,614295,614428,
60529312651126981-AW6467364340326chrA217147174727077032715009428,86,172,39,108,136,222,395,2707703,2710525,2714798,2714970,

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