Schema for est
  Database: hg16    Primary Table: est (chr1_est)    Row Count: 791,901   Data last updated: 2016-05-07
Format description: Summary info about a patSpace alignment
On download server: MariaDB table dump directory
fieldexampleSQL type description
bin 585smallint(5) unsigned Indexing field to speed chromosome range queries.
matches 393int(10) unsigned Number of bases that match that aren't repeats
misMatches 7int(10) unsigned Number of bases that don't match
repMatches 0int(10) unsigned Number of bases that match but are part of repeats
nCount 0int(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 AA936549varchar(255) Query sequence name
qSize 409int(10) unsigned Query sequence size
qStart 9int(10) unsigned Alignment start position in query
qEnd 409int(10) unsigned Alignment end position in query
tName chr1varchar(255) Target sequence name
tSize 246127941int(10) unsigned Target sequence size
tStart 4224int(10) unsigned Alignment start position in target
tEnd 4624int(10) unsigned Alignment end position in target
blockCount 1int(10) unsigned Number of blocks in alignment
blockSizes 400,longblob Size of each block
qStarts 9,longblob Start of each block in query.
tStarts 4224,longblob Start of each block in target.

Connected Tables and Joining Fields
        hg16.all_est.qName (via est.qName)
      hg16.altGraphX.mrnaRefs (via est.qName)
      hg16.estOrientInfo.name (via est.qName)
      hg16.intronEst.qName (via est.qName)
      hgFixed.gbCdnaInfo.acc (via est.qName)
      hgFixed.gbSeq.acc (via est.qName)
      hgFixed.imageClone.acc (via est.qName)

Sample Rows
 
binmatchesmisMatchesrepMatchesnCountqNumInsertqBaseInserttNumInserttBaseInsertstrandqNameqSizeqStartqEndtNametSizetStarttEndblockCountblockSizesqStartstStarts
5853937000000+AA9365494099409chr1246127941422446241400,9,4224,
5853728000000+AA2931683800380chr1246127941426346431380,0,4263,
5853918000000+AA4588903990399chr1246127941426346621399,0,4263,
585442200371140+AA4780244510451chr124612794142644848558,270,24,76,16,0,63,334,359,435,4264,4322,4592,4616,4832,
585451200151140+AA27913947113471chr124612794142664859356,370,27,13,74,444,4266,4322,4832,
58546810012893158+AA8539416051569chr124612794142664903552,55,16,285,71,1,58,197,213,498,4266,4318,4390,4407,4832,
585396537000411151+AA58854246830468chr12461279414266158555108,90,3,157,80,30,138,228,231,388,4266,4376,4467,6469,15775,
585468400151140+AA5650144770477chr124612794142674879355,370,47,0,60,430,4267,4322,4832,
5851870000000-AA4115421870187chr1246127941426844551187,0,4268,
5853994001616+AA4857304090409chr1246127941426846773305,9,89,0,311,320,4268,4573,4588,

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