Schema for intronEst
  Database: susScr3    Primary Table: intronEst    Row Count: 804,783   Data last updated: 2015-04-03
Format description: Summary info about a patSpace alignment
On download server: MariaDB table dump directory
fieldexampleSQL type description
bin 178smallint(5) unsigned Indexing field to speed chromosome range queries.
matches 363int(10) unsigned Number of bases that match that aren't repeats
misMatches 1int(10) unsigned Number of bases that don't match
repMatches 0int(10) unsigned Number of bases that match but are part of repeats
nCount 0int(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 4int(10) unsigned Number of inserts in target
tBaseInsert 3761int(10) unsigned Number of bases inserted in target
strand +char(2) + or - for strand. First character query, second target (optional)
qName AA056913varchar(255) Query sequence name
qSize 364int(10) unsigned Query sequence size
qStart 0int(10) unsigned Alignment start position in query
qEnd 364int(10) unsigned Alignment end position in query
tName chr1varchar(255) Target sequence name
tSize 315321322int(10) unsigned Target sequence size
tStart 110359280int(10) unsigned Alignment start position in target
tEnd 110363405int(10) unsigned Alignment end position in target
blockCount 5int(10) unsigned Number of blocks in alignment
blockSizes 62,104,110,44,44,longblob Size of each block
qStarts 0,62,166,276,320,longblob Start of each block in query.
tStarts 110359280,110359907,1103631...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)
      susScr3.all_est.qName (via intronEst.qName)
      susScr3.estOrientInfo.name (via intronEst.qName)

Sample Rows
 
binmatchesmisMatchesrepMatchesnCountqNumInsertqBaseInserttNumInserttBaseInsertstrandqNameqSizeqStartqEndtNametSizetStarttEndblockCountblockSizesqStartstStarts
1783631000043761+AA0569133640364chr1315321322110359280110363405562,104,110,44,44,0,62,166,276,320,110359280,110359907,110363115,110363316,110363361,
9222991157001118+AA0636533286328chr126358857144259371442598112225,97,6,231,44259371,44259714,
13774010060022545+AA0569074130407chr132186352341038695751038725273100,173,134,0,100,273,103869575,103870720,103872393,
1552311301022125908-AA06365739468394chr13218635234126825924126852156448,31,37,208,0,49,81,118,126825924,126825972,126826003,126851948,
171450610311418992+AA0569055121512chr13218635234148057924148077426593,46,153,120,98,1,94,140,293,414,148057924,148060953,148074331,148077206,148077328,
171444700011213290-AA0569064480448chr13218635234148077429148091166483,322,14,28,0,83,406,420,148077429,148079064,148079386,148091138,
2057314102001147+AA06366935215332chr132186352341929823281929827922159,158,15,174,192982328,192982634,
10322821030023709-AA0636563217293chr141538519695864997558653970367,147,72,28,95,242,58649975,58653122,58653898,
1874158024652509-AA0636584437438chr14153851969120060050120062984810,8,37,91,105,43,70,61,5,17,26,65,156,261,305,375,120060050,120060061,120060069,120060107,120062033,120062357,120062400,120062923,
10264052054639377+AA05688744022440chr176970158157883119578929087129,12,126,83,21,29,12,22,154,166,292,376,398,428,57883119,57883250,57891338,57892763,57892846,57892867,57892896,

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