Schema for intronEst
  Database: gadMor1    Primary Table: intronEst    Row Count: 97,126   Data last updated: 2016-03-30
Format description: Summary info about a patSpace alignment
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 585smallint(5) unsigned range Indexing field to speed chromosome range queries.
matches 208int(10) unsigned range Number of bases that match that aren't repeats
misMatches 0int(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 0int(10) unsigned range Number of inserts in query
qBaseInsert 0int(10) unsigned range Number of bases inserted in query
tNumInsert 1int(10) unsigned range Number of inserts in target
tBaseInsert 487int(10) unsigned range Number of bases inserted in target
strand -char(2) values + or - for strand. First character query, second target (optional)
qName CO541553varchar(255) values Query sequence name
qSize 713int(10) unsigned range Query sequence size
qStart 1int(10) unsigned range Alignment start position in query
qEnd 209int(10) unsigned range Alignment end position in query
tName CAEA01005662varchar(255) values Target sequence name
tSize 2384int(10) unsigned range Target sequence size
tStart 158int(10) unsigned range Alignment start position in target
tEnd 853int(10) unsigned range Alignment end position in target
blockCount 2int(10) unsigned range Number of blocks in alignment
blockSizes 164,44,longblob   Size of each block
qStarts 504,668,longblob   Start of each block in query.
tStarts 158,809,longblob   Start of each block in target.

Connected Tables and Joining Fields
        gadMor1.all_est.qName (via intronEst.qName)
      gadMor1.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
585208000001487-CO5415537131209CAEA0100566223841588532164,44,504,668,158,809,
5851906420001831+CO5417678410238CAEA0100747813081591228248,190,0,48,159,1038,
5853390270003580-CO5420618411367CAEA010087871401911037468,94,76,128,474,542,636,712,91,531,741,909,
585114200002239+CO541629728499615CAEA01014821639194549340,41,35,499,539,580,194,335,514,
585187000001490-CO5415696121188CAEA0101597410522158922134,53,424,558,215,839,
585357170001127+CO5416317461366CAEA01020446117452210142114,251,1,115,522,763,
585355170001127+CO5423557721364CAEA01020446117452410142112,251,1,113,524,763,
585477127500179-CO54146565070580CAEA0104631765405892448,62,70,518,0,527,
585473228000179-CO54201485473576CAEA0104631765475892441,62,278,719,7,527,
585167190001289-CO541496592222399CAEA01052283715169635282,95,193,275,169,540,

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