Schema for all_est
  Database: melGal1    Primary Table: all_est    Row Count: 15,657   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 1096smallint(5) unsigned range Indexing field to speed chromosome range queries.
matches 167int(10) unsigned range Number of bases that match that aren't repeats
misMatches 11int(10) unsigned range Number of bases that don't match
repMatches 167int(10) unsigned range Number of bases that match but are part of repeats
nCount 0int(10) unsigned range Number of 'N' bases
qNumInsert 4int(10) unsigned range Number of inserts in query
qBaseInsert 6int(10) unsigned range Number of bases inserted in query
tNumInsert 2int(10) unsigned range Number of inserts in target
tBaseInsert 3int(10) unsigned range Number of bases inserted in target
strand +char(2) values + or - for strand. First character query, second target (optional)
qName AF062413varchar(255) values Query sequence name
qSize 377int(10) unsigned range Query sequence size
qStart 18int(10) unsigned range Alignment start position in query
qEnd 369int(10) unsigned range Alignment end position in query
tName chr1varchar(255) values Target sequence name
tSize 204065131int(10) unsigned range Target sequence size
tStart 67007616int(10) unsigned range Alignment start position in target
tEnd 67007964int(10) unsigned range Alignment end position in target
blockCount 6int(10) unsigned range Number of blocks in alignment
blockSizes 259,4,17,10,37,18,longblob   Size of each block
qStarts 18,278,285,303,314,351,longblob   Start of each block in query.
tStarts 67007616,67007875,67007881,...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)
      melGal1.all_mrna.qName (via all_est.qName)
      melGal1.estOrientInfo.name (via all_est.qName)
      melGal1.intronEst.qName (via all_est.qName)
      melGal1.xenoMrna.qName (via all_est.qName)
      melGal1.xenoRefGene.name (via all_est.qName)
      melGal1.xenoRefSeqAli.qName (via all_est.qName)

Sample Rows
 
binmatchesmisMatchesrepMatchesnCountqNumInsertqBaseInserttNumInserttBaseInsertstrandqNameqSizeqStartqEndtNametSizetStarttEndblockCountblockSizesqStartstStarts
10961671116704623+AF06241337718369chr120406513167007616670079646259,4,17,10,37,18,18,278,285,303,314,351,67007616,67007875,67007881,67007898,67007908,67007946,
6362334027823+AF0624153081248chr122066326267471506747392912,98,24,10,15,13,11,43,13,1,13,112,137,148,164,178,190,235,6747150,6747164,6747262,6747286,6747296,6747311,6747324,6747335,6747379,
7393690010011+AF06241439211381chr1420812856203146252031499625,365,11,16,20314625,20314631,
6172500000000+AF0624082500250chr255560109420648742067371250,0,4206487,
5992570001100-AF0624072580258chr474864452196210619623632248,9,0,249,1962106,1962354,
7302598020012-AF0624112734273chr47486445219069103190693742255,14,0,255,19069103,19069360,
10871234011817-AF062410267108244chr4748644526583191965832054244,84,23,75,65831919,65831970,
9432011001200+AF06241228315219chr5625240714702453547024737261,141,15,78,47024535,47024596,
756630000000+AF062412283220283chr7387235652242957422429637163,220,22429574,
64739603700000+AF070471555122555chr919388849818990281903351433,122,8189902,

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