Schema for all_est
  Database: susScr11    Primary Table: all_est    Row Count: 1,664,972   Data last updated: 2017-09-03
Format description: Summary info about a patSpace alignment
On download server: MariaDB table dump directory
fieldexampleSQL type description
bin 1213smallint(5) unsigned Indexing field to speed chromosome range queries.
matches 351int(10) unsigned Number of bases that match that aren't repeats
misMatches 2int(10) unsigned Number of bases that don't match
repMatches 0int(10) unsigned Number of bases that match but are part of repeats
nCount 8int(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 0int(10) unsigned Number of inserts in target
tBaseInsert 0int(10) unsigned Number of bases inserted in target
strand -char(2) + or - for strand. First character query, second target (optional)
qName AA056886varchar(255) Query sequence name
qSize 377int(10) unsigned Query sequence size
qStart 16int(10) unsigned Alignment start position in query
qEnd 377int(10) unsigned Alignment end position in query
tName chr1varchar(255) Target sequence name
tSize 274330532int(10) unsigned Target sequence size
tStart 82358650int(10) unsigned Alignment start position in target
tEnd 82359011int(10) unsigned Alignment end position in target
blockCount 1int(10) unsigned Number of blocks in alignment
blockSizes 361,longblob Size of each block
qStarts 0,longblob Start of each block in query.
tStarts 82358650,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)
      susScr11.all_mrna.qName (via all_est.qName)
      susScr11.estOrientInfo.name (via all_est.qName)
      susScr11.intronEst.qName (via all_est.qName)
      susScr11.refGene.name (via all_est.qName)
      susScr11.refSeqAli.qName (via all_est.qName)
      susScr11.xenoMrna.qName (via all_est.qName)
      susScr11.xenoRefGene.name (via all_est.qName)
      susScr11.xenoRefSeqAli.qName (via all_est.qName)

Sample Rows
 
binmatchesmisMatchesrepMatchesnCountqNumInsertqBaseInserttNumInserttBaseInsertstrandqNameqSizeqStartqEndtNametSizetStarttEndblockCountblockSizesqStartstStarts
12133512080000-AA05688637716377chr127433053282358650823590111361,0,82358650,
13513631000043761+AA0569133640364chr1274330532100445890100450015562,104,110,44,44,0,62,166,276,320,100445890,100446517,100449725,100449926,100449971,
13514125001100-AA0569144180418chr1274330532100475094100475511267,350,0,68,100475094,100475161,
20003830012733+AA0569183910391chr1274330532185588420185588807531,76,257,14,6,0,32,114,371,385,185588420,185588451,185588528,185588786,185588801,
253123370201100-AA05689130645306chr12743305322551588842551591442229,31,0,230,255158884,255159113,
7171881030000-AA0636501997199chr106935945317416346174165381192,0,17416346,
7314942070000+AA0569205030503chr117916997819219835192203381503,0,19219835,
73138640165611-AA0569214120412chr11791699781921988619220293644,5,185,126,29,17,0,45,51,238,365,395,19219886,19219930,19219935,19220121,19220247,19220276,
909314107001118+AA0636533286328chr126160274942500102425005422225,97,6,231,42500102,42500445,
10062991001100+AA063668420115416chr126160274955226599552268992284,16,115,400,55226599,55226883,

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