Schema for intronEst
  Database: calJac4    Primary Table: intronEst    Row Count: 252,085   Data last updated: 2020-09-21
Format description: Summary info about a patSpace alignment
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 781smallint(5) unsigned range Indexing field to speed chromosome range queries.
matches 677int(10) unsigned range Number of bases that match that aren't repeats
misMatches 3int(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 7516int(10) unsigned range Number of bases inserted in target
strand -char(2) values + or - for strand. First character query, second target (optional)
qName EH380667varchar(255) values Query sequence name
qSize 680int(10) unsigned range Query sequence size
qStart 0int(10) unsigned range Alignment start position in query
qEnd 680int(10) unsigned range Alignment end position in query
tName chr1varchar(255) values Target sequence name
tSize 217961735int(10) unsigned range Target sequence size
tStart 25740726int(10) unsigned range Alignment start position in target
tEnd 25748922int(10) unsigned range Alignment end position in target
blockCount 2int(10) unsigned range Number of blocks in alignment
blockSizes 518,162,longblob   Size of each block
qStarts 0,518,longblob   Start of each block in query.
tStarts 25740726,25748760,longblob   Start of each block in target.

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

Sample Rows
 
binmatchesmisMatchesrepMatchesnCountqNumInsertqBaseInserttNumInserttBaseInsertstrandqNameqSizeqStartqEndtNametSizetStarttEndblockCountblockSizesqStartstStarts
7816773000017516-EH3806676800680chr121796173525740726257489222518,162,0,518,25740726,25748760,
7966721700044020-EH3808536800680chr1217961735276922992769699957,202,99,216,156,0,7,209,308,524,27692299,27692739,27693584,27696164,27696843,
996800000021801-EH3827656800680chr121796173527918244279207253485,124,71,0,485,609,27918244,27919691,27920654,
1119656100110617553+EH38089968013680chr121796173570012572700307827101,45,257,112,112,22,8,13,114,159,416,528,650,672,70012572,70019185,70020717,70027829,70030628,70030751,70030774,
11216538001135547+EH38213368013675chr121796173570371496703777045107,74,71,164,245,13,121,195,266,430,70371496,70371603,70371801,70372505,70377459,
137954611160001122594-EH38106768017680chr1217961735104119379104142636126,5,16,18,81,130,66,69,52,57,116,47,0,6,11,27,45,126,256,322,391,443,500,616,104119379,104119386,104119392,104119409,104119428,104119879,104121111,104121279,104131391,104137137,104138638,104142589,
13795332116011722590-EH38213668028680chr1217961735104119395104142636932,82,130,66,69,52,57,116,47,0,33,115,245,311,380,432,489,605,104119395,104119427,104119879,104121111,104121279,104131391,104137137,104138638,104142589,
15466591000024646+EH38134868020680chr12179617351260585731260638793254,76,330,20,274,350,126058573,126061325,126063549,
16496800000013436+EH3817286800680chr12179617351394981561395022722128,552,0,128,139498156,139501720,
1660680000002301-EH3809486800680chr1217961735140915730140916711311,531,138,0,11,542,140915730,140915742,140916573,

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