Schema for intronEst
  Database: felCat8    Primary Table: intronEst    Row Count: 352   Data last updated: 2016-05-09
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 142431058int(10) unsigned range Target sequence size
tStart 41585613int(10) unsigned range Alignment start position in target
tEnd 41586827int(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 41585613,41585719,41585948,...longblob   Start of each block in target.

Connected Tables and Joining Fields
        felCat8.all_est.qName (via intronEst.qName)
      felCat8.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+AF03479113670566chrB414243105841585613415868271223,107,84,6,116,82,44,41,19,4,23,17,0,23,130,214,220,336,418,462,503,522,526,549,41585613,41585719,41585948,41586033,41586148,41586366,41586674,41586719,41586761,41586781,41586786,41586810,
10786431800076760+AF1979708910885chrX1272823703616914236176787867,89,157,213,28,66,245,20,0,67,156,313,526,554,620,865,36169142,36169299,36172933,36173240,36173791,36173821,36176229,36176767,
8075912010057996+AW6469245940594chrA12403802232917083529179425665,65,126,110,155,73,0,65,130,256,366,521,29170835,29171842,29172337,29173617,29174555,29179352,
12315051020054349-AW6467665080508chrA12403802238477593784780794648,100,115,79,78,88,0,48,148,263,342,420,84775937,84776106,84778809,84780361,84780541,84780706,
12692846343002774+AW6467653281328chrA124038022389766619897677203108,111,108,1,109,220,89766619,89767111,89767612,
156950700300215733+AW6467595140510chrA12403802231290364351290526783231,81,198,0,231,312,129036435,129045424,129052480,
30375257100343145+AW6468784372437chrA1240380223182411059182454639449,108,114,164,2,51,159,273,182411059,182447551,182449405,182454475,
21984561080011531+AW6467584650465chrA12403802232114966712114986672345,120,0,345,211496671,211498547,
589404000223344+AW646768518112518chrA2168638799563091563839696,145,110,7,35,11,112,208,353,464,472,507,563091,563271,563578,563688,563695,563828,
60529312251126983-AW6467364344326chrA216863879926682332675537428,86,172,35,108,136,222,395,2668233,2671052,2675330,2675502,

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