Schema for intronEst
  Database: panTro5    Primary Table: intronEst    Row Count: 13,082   Data last updated: 2016-09-22
Format description: Summary info about a patSpace alignment
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 626smallint(5) unsigned range Indexing field to speed chromosome range queries.
matches 664int(10) unsigned range Number of bases that match that aren't repeats
misMatches 1int(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 1int(10) unsigned range Number of inserts in query
qBaseInsert 1int(10) unsigned range Number of bases inserted in query
tNumInsert 5int(10) unsigned range Number of inserts in target
tBaseInsert 12486int(10) unsigned range Number of bases inserted in target
strand -char(2) values + or - for strand. First character query, second target (optional)
qName AU298520varchar(255) values Query sequence name
qSize 666int(10) unsigned range Query sequence size
qStart 0int(10) unsigned range Alignment start position in query
qEnd 666int(10) unsigned range Alignment end position in query
tName chr1varchar(255) values Target sequence name
tSize 228573443int(10) unsigned range Target sequence size
tStart 5444369int(10) unsigned range Alignment start position in target
tEnd 5457520int(10) unsigned range Alignment end position in target
blockCount 7int(10) unsigned range Number of blocks in alignment
blockSizes 93,289,19,125,81,24,34,longblob   Size of each block
qStarts 0,93,382,401,526,608,632,longblob   Start of each block in query.
tStarts 5444369,5444463,5444753,545...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)
      panTro5.all_est.qName (via intronEst.qName)
      panTro5.estOrientInfo.name (via intronEst.qName)

Sample Rows
 
binmatchesmisMatchesrepMatchesnCountqNumInsertqBaseInserttNumInserttBaseInsertstrandqNameqSizeqStartqEndtNametSizetStarttEndblockCountblockSizesqStartstStarts
62666410011512486-AU2985206660666chr122857344354443695457520793,289,19,125,81,24,34,0,93,382,401,526,608,632,5444369,5444463,5444753,5450846,5455576,5455657,5457486,
62657000022210679-AU29773460634606chr122857344354444315455680516,325,125,81,23,0,17,342,467,549,5444431,5444447,5450846,5455576,5455657,
62652400100210679-AU29840055328553chr1228573443544447854556823294,125,106,0,294,419,5444478,5450846,5455576,
62644230322412485-AU2968544500450chr122857344354445865457519753,133,125,80,21,3,33,0,54,187,312,392,414,417,5444586,5444639,5450846,5455576,5455657,5455678,5457486,
64771210000611588-AU2985877160713chr1228573443818054881928497152,134,70,59,96,94,108,3,155,289,359,418,514,608,8180548,8181315,8182170,8184647,8186089,8189007,8192741,
64761610000611588-AU2979196170617chr122857344381806478192852753,134,70,59,96,94,111,0,53,187,257,316,412,506,8180647,8181315,8182170,8184647,8186089,8189007,8192741,
64758210000611588-AU2978575830583chr122857344381806778192848723,134,70,59,96,94,107,0,23,157,227,286,382,476,8180677,8181315,8182170,8184647,8186089,8189007,8192741,
647458000312510983-AU2975934700470chr122857344381814108192851839,70,59,98,82,6,7,97,0,39,109,168,276,358,365,373,8181410,8182170,8184647,8186089,8189019,8192741,8192747,8192754,
64739010022410288-AU2972474030393chr122857344381821708192849671,22,96,94,72,36,10,82,104,200,294,367,8182170,8184684,8186089,8189007,8192741,8192813,
647388301500410252-AU2983584060406chr122857344381821938192851547,59,96,94,110,0,47,106,202,296,8182193,8184647,8186089,8189007,8192741,

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