Schema for intronEst
  Database: xenTro7    Primary Table: intronEst    Row Count: 735,264   Data last updated: 2015-12-02
Format description: Summary info about a patSpace alignment
On download server: MariaDB table dump directory
fieldexampleSQL type description
bin 585smallint(5) unsigned Indexing field to speed chromosome range queries.
matches 651int(10) unsigned Number of bases that match that aren't repeats
misMatches 3int(10) unsigned Number of bases that don't match
repMatches 0int(10) unsigned Number of bases that match but are part of repeats
nCount 1int(10) unsigned Number of 'N' bases
qNumInsert 0int(10) unsigned Number of inserts in query
qBaseInsert 0int(10) unsigned Number of bases inserted in query
tNumInsert 1int(10) unsigned Number of inserts in target
tBaseInsert 2391int(10) unsigned Number of bases inserted in target
strand -char(2) + or - for strand. First character query, second target (optional)
qName AL635959varchar(255) Query sequence name
qSize 655int(10) unsigned Query sequence size
qStart 0int(10) unsigned Alignment start position in query
qEnd 655int(10) unsigned Alignment end position in query
tName KB021649varchar(255) Target sequence name
tSize 215906545int(10) unsigned Target sequence size
tStart 36745int(10) unsigned Alignment start position in target
tEnd 39791int(10) unsigned Alignment end position in target
blockCount 2int(10) unsigned Number of blocks in alignment
blockSizes 555,100,longblob Size of each block
qStarts 0,555,longblob Start of each block in query.
tStarts 36745,39691,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)
      xenTro7.all_est.qName (via intronEst.qName)
      xenTro7.estOrientInfo.name (via intronEst.qName)

Sample Rows
 
binmatchesmisMatchesrepMatchesnCountqNumInsertqBaseInserttNumInserttBaseInsertstrandqNameqSizeqStartqEndtNametSizetStarttEndblockCountblockSizesqStartstStarts
5856513010012391-AL6359596550655KB02164921590654536745397912555,100,0,555,36745,39691,
58566300100420388-AL6623726640664KB02164921590654539760608125149,119,138,127,131,0,149,268,406,533,39760,42987,46525,46757,60681,
5855211001266498-AL6550565240524KB021649215906545120113127133747,125,98,153,75,14,10,0,47,172,270,423,498,514,120113,123411,125436,125892,127032,127108,127123,
5856301001143111-AL6291316320632KB0216492159065451258941296366151,164,155,66,52,43,0,151,315,470,537,589,125894,127032,128024,129305,129371,129593,
5861501001422842-AL7894641550155KB021649215906545147872150865381,63,7,0,81,148,147872,150790,150858,
58647929100035499+AL6730725720572KB021649215906545198910204981450,98,135,289,0,50,148,283,198910,200179,203020,204692,
58656220000415693+AL6798225640564KB0216492159065452183552346125184,134,78,111,57,0,184,318,396,507,218355,231364,232759,233686,234555,
58654930000415693+AL6828605520552KB0216492159065452184002346455139,134,78,111,90,0,139,273,351,462,218400,231364,232759,233686,234555,
58655840100415699+AL9634325630563KB0216492159065452184092346715130,128,78,111,116,0,130,258,336,447,218409,231364,232759,233686,234555,
58662150000515776+AL8558426260626KB021649215906545218448234850691,134,78,111,154,58,0,91,225,303,414,568,218448,231364,232759,233686,234555,234792,

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