Schema for intronEst
  Database: tupBel1    Primary Table: intronEst    Row Count: 267   Data last updated: 2012-06-11
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 337int(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 2691int(10) unsigned range Number of bases inserted in target
strand -char(2) values + or - for strand. First character query, second target (optional)
qName CF525529varchar(255) values Query sequence name
qSize 337int(10) unsigned range Query sequence size
qStart 0int(10) unsigned range Alignment start position in query
qEnd 337int(10) unsigned range Alignment end position in query
tName scaffold_10181.1-119564varchar(255) values Target sequence name
tSize 119564int(10) unsigned range Target sequence size
tStart 92152int(10) unsigned range Alignment start position in target
tEnd 95180int(10) unsigned range Alignment end position in target
blockCount 2int(10) unsigned range Number of blocks in alignment
blockSizes 55,282,longblob   Size of each block
qStarts 0,55,longblob   Start of each block in query.
tStarts 92152,94898,longblob   Start of each block in target.

Connected Tables and Joining Fields
        hgFixed.gbCdnaInfo.acc (via intronEst.qName)
      hgFixed.gbSeq.acc (via intronEst.qName)
      hgFixed.imageClone.acc (via intronEst.qName)
      tupBel1.all_est.qName (via intronEst.qName)
      tupBel1.estOrientInfo.name (via intronEst.qName)

Sample Rows
 
binmatchesmisMatchesrepMatchesnCountqNumInsertqBaseInserttNumInserttBaseInsertstrandqNameqSizeqStartqEndtNametSizetStarttEndblockCountblockSizesqStartstStarts
5853370000012691-CF5255293370337scaffold_10181.1-1195641195649215295180255,282,0,55,92152,94898,
58528500000190-CF5272212850285scaffold_105622.1-135851358512956133312211,74,0,211,12956,13257,
5851451000011742+CF5271081460146scaffold_108455.1-94769947696706268950255,91,0,55,67062,68859,
5853430000078508-CF5264493430343scaffold_108521.1-2317622317622635335204875,19,4,16,67,38,79,45,0,75,94,98,114,181,219,298,26353,29175,29195,29200,30726,31761,34865,35159,
5873111000011324-CF5257183120312scaffold_108794.1-339001339001274817276453267,245,0,67,274817,276208,
5863633000042331-CF5263023715371scaffold_108883.1-3475623475621572461599435127,47,146,42,4,0,127,174,320,362,157246,158516,158647,159896,159939,
5861701000012776+CF5271253150171scaffold_108915.1-286353286353139098142045260,111,0,60,139098,141934,
5861683000012776+CF5272183210171scaffold_108915.1-286353286353139098142045260,111,0,60,139098,141934,
585281400001282+CF5256632861286scaffold_109038.1-522425224244271448382172,113,1,173,44271,44725,
5851800000012108+CF52599332393273scaffold_109649.1-831548315441569438572112,68,93,205,41569,43789,

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