Schema for intronEst
  Database: caePb2    Primary Table: intronEst    Row Count: 25,224   Data last updated: 2016-05-28
Format description: Summary info about a patSpace alignment
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 805smallint(5) unsigned range Indexing field to speed chromosome range queries.
matches 455int(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 118int(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 265int(10) unsigned range Number of bases inserted in target
strand +char(2) values + or - for strand. First character query, second target (optional)
qName FC054792varchar(255) values Query sequence name
qSize 573int(10) unsigned range Query sequence size
qStart 0int(10) unsigned range Alignment start position in query
qEnd 573int(10) unsigned range Alignment end position in query
tName chrUnvarchar(255) values Target sequence name
tSize 194283334int(10) unsigned range Target sequence size
tStart 28866867int(10) unsigned range Alignment start position in target
tEnd 28867705int(10) unsigned range Alignment end position in target
blockCount 2int(10) unsigned range Number of blocks in alignment
blockSizes 205,368,longblob   Size of each block
qStarts 0,205,longblob   Start of each block in query.
tStarts 28866867,28867337,longblob   Start of each block in target.

Connected Tables and Joining Fields
        caePb2.all_est.qName (via intronEst.qName)
      caePb2.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
80545501180001265+FC0547925730573chrUn19428333428866867288677052205,368,0,205,28866867,28867337,
820521144000148+FC0547935660566chrUn19428333430923850309244642137,429,0,137,30923850,30924035,
586559361320225361+FD5115087290729chrUn194283334151234152322621,216,172,149,164,5,0,22,238,410,560,724,151234,151326,151592,151811,152009,152317,
737413161021063803-FD5110538528851chrUn194283334258212262848868,264,59,55,7,67,149,164,1,69,334,393,457,464,531,680,258212,258324,258640,258767,258822,258847,262490,262684,
5888354250003524-FD5107888640864chrUn1942833343932533946414383,164,306,11,0,383,547,853,393253,393895,394323,394630,
5883935193000367+FD5101275910591chrUn19428333443535543601345,9,45,532,0,5,14,59,435355,435361,435371,435481,
59483324302217255-FD5109558810881chrUn19428333412132441214359827,6,22,196,115,188,301,5,0,27,47,69,265,380,575,876,1213244,1213272,1213291,1213359,1213609,1213772,1214052,1214354,
59576335410006249+FD5104258390839chrUn194283334137513613762247109,137,99,189,162,139,4,0,109,246,345,534,696,835,1375136,1375292,1375478,1375633,1375868,1376080,1376220,
59783822230006237-FD5112728830883chrUn194283334162154316226637172,318,83,107,157,40,6,0,172,490,573,680,837,877,1621543,1621762,1622127,1622257,1622406,1622616,1622657,
59751719780004222+FD5116206430614chrUn194283334164126516421015169,79,103,114,149,0,169,248,351,465,1641265,1641482,1641611,1641772,1641952,

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