|
|
Database: bosTau4 Primary Table: intronEst Row Count: 913,969   Data last updated: 2016-06-03
Format description: Summary info about a patSpace alignment On download server: MariaDB table dump directory
field | example | SQL type | description |
bin | 886 | smallint(5) unsigned | Indexing field to speed chromosome range queries. |
matches | 429 | int(10) unsigned | Number of bases that match that aren't repeats |
misMatches | 0 | int(10) unsigned | Number of bases that don't match |
repMatches | 0 | int(10) unsigned | Number of bases that match but are part of repeats |
nCount | 1 | int(10) unsigned | Number of 'N' bases |
qNumInsert | 1 | int(10) unsigned | Number of inserts in query |
qBaseInsert | 1 | int(10) unsigned | Number of bases inserted in query |
tNumInsert | 3 | int(10) unsigned | Number of inserts in target |
tBaseInsert | 1120 | int(10) unsigned | Number of bases inserted in target |
strand | - | char(2) | + or - for strand. First character query, second target (optional) |
qName | AA961327 | varchar(255) | Query sequence name |
qSize | 453 | int(10) unsigned | Query sequence size |
qStart | 16 | int(10) unsigned | Alignment start position in query |
qEnd | 447 | int(10) unsigned | Alignment end position in query |
tName | chr11 | varchar(255) | Target sequence name |
tSize | 110171769 | int(10) unsigned | Target sequence size |
tStart | 39476297 | int(10) unsigned | Alignment start position in target |
tEnd | 39477847 | int(10) unsigned | Alignment end position in target |
blockCount | 5 | int(10) unsigned | Number of blocks in alignment |
blockSizes | 21,4,84,132,189, | longblob | Size of each block |
qStarts | 6,28,32,116,248, | longblob | Start of each block in query. |
tStarts | 39476297,39476318,39476672,... | longblob | Start of each block in target. |
|
| |
|
|
Connected Tables and Joining Fields
|
|
Sample Rows
|
|
bin | matches | misMatches | repMatches | nCount | qNumInsert | qBaseInsert | tNumInsert | tBaseInsert | strand | qName | qSize | qStart | qEnd | tName | tSize | tStart | tEnd | blockCount | blockSizes | qStarts | tStarts |
---|
886 | 429 | 0 | 0 | 1 | 1 | 1 | 3 | 1120 | - | AA961327 | 453 | 16 | 447 | chr11 | 110171769 | 39476297 | 39477847 | 5 | 21,4,84,132,189, | 6,28,32,116,248, | 39476297,39476318,39476672,39477130,39477658, |
886 | 425 | 0 | 0 | 0 | 3 | 6 | 4 | 1121 | + | AA961328 | 451 | 0 | 431 | chr11 | 110171769 | 39476298 | 39477844 | 7 | 23,86,132,137,8,12,27, | 0,23,109,241,382,391,404, | 39476298,39476670,39477130,39477658,39477797,39477805,39477817, |
959 | 475 | 6 | 0 | 10 | 4 | 7 | 12 | 4481 | + | AA908026 | 530 | 32 | 530 | chr11 | 110171769 | 49080309 | 49085281 | 14 | 38,251,88,4,33,3,16,4,11,5,6,11,8,13, | 32,70,321,410,414,447,450,466,470,481,490,497,508,517, | 49080309,49084809,49085061,49085149,49085154,49085188,49085192,49085209,49085214,49085226,49085236,49085244,49085256,49085268, |
761 | 454 | 0 | 0 | 3 | 0 | 0 | 3 | 772 | - | AA908022 | 460 | 3 | 460 | chr14 | 81345643 | 23167527 | 23168756 | 4 | 195,74,100,88, | 0,195,269,369, | 23167527,23168051,23168384,23168668, |
761 | 377 | 3 | 0 | 7 | 2 | 2 | 3 | 772 | - | AA908011 | 409 | 20 | 409 | chr14 | 81345643 | 23167597 | 23168756 | 6 | 56,69,74,100,36,52, | 0,57,126,200,300,337, | 23167597,23167653,23168051,23168384,23168668,23168704, |
968 | 453 | 2 | 0 | 7 | 1 | 1 | 2 | 507 | - | AA908009 | 480 | 17 | 480 | chr19 | 65312493 | 50259966 | 50260935 | 3 | 66,72,324, | 0,67,139, | 50259966,50260280,50260611, |
757 | 294 | 0 | 0 | 6 | 0 | 0 | 2 | 2167 | + | AA961325 | 575 | 17 | 317 | chr21 | 69173390 | 22579779 | 22582246 | 3 | 127,66,107, | 17,144,210, | 22579779,22581188,22582139, |
757 | 295 | 0 | 0 | 3 | 0 | 0 | 2 | 2167 | - | AA961326 | 501 | 10 | 308 | chr21 | 69173390 | 22579781 | 22582246 | 3 | 125,66,107, | 193,318,384, | 22579781,22581188,22582139, |
658 | 615 | 4 | 0 | 4 | 0 | 0 | 5 | 1424 | + | AA908015 | 665 | 8 | 631 | chr23 | 53376148 | 9694325 | 9696372 | 6 | 71,81,149,173,92,57, | 8,79,160,309,482,574, | 9694325,9694483,9694920,9695744,9696222,9696315, |
658 | 465 | 2 | 0 | 1 | 1 | 2 | 4 | 1119 | + | AA908012 | 474 | 0 | 470 | chr23 | 53376148 | 9694326 | 9695913 | 5 | 70,81,149,140,28, | 0,70,151,300,442, | 9694326,9694483,9694920,9695744,9695885, |
|
Note: all start coordinates in our database are 0-based, not
1-based. See explanation
here.
| |
|
|
|