Schema for intronEst
  Database: priPac1    Primary Table: intronEst    Row Count: 27,213   Data last updated: 2016-04-16
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 442int(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 2int(10) unsigned range Number of inserts in target
tBaseInsert 434int(10) unsigned range Number of bases inserted in target
strand -char(2) values + or - for strand. First character query, second target (optional)
qName AA193982varchar(255) values Query sequence name
qSize 450int(10) unsigned range Query sequence size
qStart 7int(10) unsigned range Alignment start position in query
qEnd 449int(10) unsigned range Alignment end position in query
tName chrUnvarchar(255) values Target sequence name
tSize 174852139int(10) unsigned range Target sequence size
tStart 46550int(10) unsigned range Alignment start position in target
tEnd 47426int(10) unsigned range Alignment end position in target
blockCount 3int(10) unsigned range Number of blocks in alignment
blockSizes 286,89,67,longblob   Size of each block
qStarts 1,287,376,longblob   Start of each block in query.
tStarts 46550,47117,47359,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)
      priPac1.all_est.qName (via intronEst.qName)
      priPac1.estOrientInfo.name (via intronEst.qName)

Sample Rows
 
binmatchesmisMatchesrepMatchesnCountqNumInsertqBaseInserttNumInserttBaseInsertstrandqNameqSizeqStartqEndtNametSizetStarttEndblockCountblockSizesqStartstStarts
585442000002434-AA1939824507449chrUn17485213946550474263286,89,67,1,287,376,46550,47117,47359,
586440407152900+AA1920214560456chrUn1748521391978451991963248,66,137,0,253,319,197845,198575,199059,
605422202008298+AA1920644740426chrUn17485213927125372713261930,105,60,27,164,18,5,10,7,0,30,135,195,222,386,404,409,419,2712537,2712643,2712852,2712914,2713053,2713218,2713237,2713243,2713254,
60919914952331077-AA1938882570257chrUn17485213932383953239726513,95,42,37,67,0,13,110,152,190,3238395,3238592,3238690,3239622,3239659,
618591403116798-AA1937215990599chrUn17485213943892324390628746,85,84,67,77,111,128,0,47,132,216,283,360,471,4389232,4389281,4389608,4389854,4390102,4390331,4390500,
622363000004757+AA1939473660363chrUn17485213949778694978989531,66,69,13,184,0,31,97,166,179,4977869,4978355,4978568,4978638,4978805,
626277003112124-AA1162013220281chrUn17485213954078695408273417,155,101,7,41,59,214,315,5407869,5407886,5408098,5408266,
636293004004629+AA1920232981298chrUn17485213967047446705670513,65,3,97,119,1,14,79,82,179,6704744,6704758,6704938,6705138,6705551,
642481205006604+AA1937834890488chrUn17485213975604797561571749,50,69,262,29,6,23,0,49,99,168,430,459,465,7560479,7560633,7560843,7561248,7561511,7561541,7561548,
654273101002188+AA19395434822297chrUn17485213990910239091486386,122,67,22,108,230,9091023,9091296,9091419,

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