Schema for all_est
  Database: panTro4    Primary Table: all_est    Row Count: 17,881   Data last updated: 2016-07-05
Format description: Summary info about a patSpace alignment
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 632smallint(5) unsigned range Indexing field to speed chromosome range queries.
matches 664int(10) unsigned range Number of bases that match that aren't repeats
misMatches 1int(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 1int(10) unsigned range Number of inserts in query
qBaseInsert 1int(10) unsigned range Number of bases inserted in query
tNumInsert 5int(10) unsigned range Number of inserts in target
tBaseInsert 13278int(10) unsigned range Number of bases inserted in target
strand -char(2) values + or - for strand. First character query, second target (optional)
qName AU298520varchar(255) values Query sequence name
qSize 666int(10) unsigned range Query sequence size
qStart 0int(10) unsigned range Alignment start position in query
qEnd 666int(10) unsigned range Alignment end position in query
tName chr1varchar(255) values Target sequence name
tSize 228333871int(10) unsigned range Target sequence size
tStart 6174035int(10) unsigned range Alignment start position in target
tEnd 6187978int(10) unsigned range Alignment end position in target
blockCount 7int(10) unsigned range Number of blocks in alignment
blockSizes 93,289,19,125,81,24,34,longblob   Size of each block
qStarts 0,93,382,401,526,608,632,longblob   Start of each block in query.
tStarts 6174035,6174129,6174419,618...longblob   Start of each block in target.

Connected Tables and Joining Fields
        hgFixed.gbCdnaInfo.acc (via all_est.qName)
      hgFixed.gbMiscDiff.acc (via all_est.qName)
      hgFixed.gbSeq.acc (via all_est.qName)
      hgFixed.gbWarn.acc (via all_est.qName)
      hgFixed.imageClone.acc (via all_est.qName)
      panTro4.all_mrna.qName (via all_est.qName)
      panTro4.estOrientInfo.name (via all_est.qName)
      panTro4.intronEst.qName (via all_est.qName)
      panTro4.refGene.name (via all_est.qName)
      panTro4.refSeqAli.qName (via all_est.qName)
      panTro4.xenoMrna.qName (via all_est.qName)
      panTro4.xenoRefGene.name (via all_est.qName)
      panTro4.xenoRefSeqAli.qName (via all_est.qName)

Sample Rows
 
binmatchesmisMatchesrepMatchesnCountqNumInsertqBaseInserttNumInserttBaseInsertstrandqNameqSizeqStartqEndtNametSizetStarttEndblockCountblockSizesqStartstStarts
63266410011513278-AU2985206660666chr122833387161740356187978793,289,19,125,81,24,34,0,93,382,401,526,608,632,6174035,6174129,6174419,6180928,6186034,6186115,6187944,
63257000022211471-AU29773460634606chr122833387161740976186138516,325,125,81,23,0,17,342,467,549,6174097,6174113,6180928,6186034,6186115,
63252400100211471-AU29840055328553chr1228333871617414461861403294,125,106,0,294,419,6174144,6180928,6186034,
63244230322413277-AU2968544500450chr122833387161742526187977753,133,125,80,21,3,33,0,54,187,312,392,414,417,6174252,6174305,6180928,6186034,6186115,6186136,6187944,
6526070000057948-AU298587716106713chr1228333871889026588988206152,134,70,59,96,96,3,155,289,359,418,514,8890265,8891032,8891887,8894364,8895806,8898724,
6525080000057948-AU297919617109617chr122833387188903648898820653,134,70,59,96,96,0,53,187,257,316,412,8890364,8891032,8891887,8894364,8895806,8898724,
6524780000057948-AU297857583105583chr122833387188903948898820623,134,70,59,96,96,0,23,157,227,286,382,8890394,8891032,8891887,8894364,8895806,8898724,
65235000011047343-AU297593470110470chr122833387188911278898820539,70,59,98,84,0,39,109,168,276,8891127,8891887,8894364,8895806,8898736,
6522841001136648-AU297247403107393chr122833387188918878898820471,22,96,96,10,82,104,200,8891887,8894401,8895806,8898724,
65228330120036612-AU298358406108406chr122833387188919108898820447,59,96,96,0,47,106,202,8891910,8894364,8895806,8898724,

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