Schema for all_est
  Database: aplCal1    Primary Table: all_est    Row Count: 302,133   Data last updated: 2017-07-25
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 216int(10) unsigned range Number of bases that match that aren't repeats
misMatches 5int(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 8int(10) unsigned range Number of 'N' bases
qNumInsert 3int(10) unsigned range Number of inserts in query
qBaseInsert 5int(10) unsigned range Number of bases inserted in query
tNumInsert 2int(10) unsigned range Number of inserts in target
tBaseInsert 2int(10) unsigned range Number of bases inserted in target
strand +char(2) values + or - for strand. First character query, second target (optional)
qName BF708199varchar(255) values Query sequence name
qSize 251int(10) unsigned range Query sequence size
qStart 0int(10) unsigned range Alignment start position in query
qEnd 234int(10) unsigned range Alignment end position in query
tName chrMvarchar(255) values Target sequence name
tSize 14117int(10) unsigned range Target sequence size
tStart 74int(10) unsigned range Alignment start position in target
tEnd 305int(10) unsigned range Alignment end position in target
blockCount 4int(10) unsigned range Number of blocks in alignment
blockSizes 158,24,4,43,longblob   Size of each block
qStarts 0,160,185,191,longblob   Start of each block in query.
tStarts 74,233,257,262,longblob   Start of each block in target.

Connected Tables and Joining Fields
        aplCal1.all_mrna.qName (via all_est.qName)
      aplCal1.estOrientInfo.name (via all_est.qName)
      aplCal1.intronEst.qName (via all_est.qName)
      aplCal1.xenoRefGene.name (via all_est.qName)
      aplCal1.xenoRefSeqAli.qName (via all_est.qName)
      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)

Sample Rows
 
binmatchesmisMatchesrepMatchesnCountqNumInsertqBaseInserttNumInserttBaseInsertstrandqNameqSizeqStartqEndtNametSizetStarttEndblockCountblockSizesqStartstStarts
5852165083522+BF7081992510234chrM14117743054158,24,4,43,0,160,185,191,74,233,257,262,
5856157000000+BF7076626230622chrM14117977191622,0,97,
5856564000000+BF7078386600660chrM14117977571660,0,97,
5856036000011+BF7077726101610chrM141171267362534,75,1,535,126,661,
5856685000000+BF7076696730673chrM141171298021673,0,129,
58534718001512+BF7079183820370chrM14117121615832282,83,0,287,1216,1500,
5855672041211+BF7080865750575chrM14117167622502100,473,0,102,1676,1777,
5853802080000+BF7081523900390chrM14117167720671390,0,1677,
58528070211615+BF7081723150314chrM1411716882001299,209,0,105,1688,1792,
5853864000022+BF7082493900390chrM1411716892081318,356,16,0,18,374,1689,1708,2065,

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