|
|
Database: bosTau3 Primary Table: intronEst Row Count: 917,566   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 | 868 | 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 | 101635058 | int(10) unsigned | Target sequence size |
tStart | 37114323 | int(10) unsigned | Alignment start position in target |
tEnd | 37115873 | 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 | 37114323,37114344,37114698,... | 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 |
---|
868 | 429 | 0 | 0 | 1 | 1 | 1 | 3 | 1120 | - | AA961327 | 453 | 16 | 447 | chr11 | 101635058 | 37114323 | 37115873 | 5 | 21,4,84,132,189, | 6,28,32,116,248, | 37114323,37114344,37114698,37115156,37115684, |
868 | 425 | 0 | 0 | 0 | 3 | 6 | 4 | 1121 | + | AA961328 | 451 | 0 | 431 | chr11 | 101635058 | 37114324 | 37115870 | 7 | 23,86,132,137,8,12,27, | 0,23,109,241,382,391,404, | 37114324,37114696,37115156,37115684,37115823,37115831,37115843, |
931 | 475 | 6 | 0 | 10 | 4 | 7 | 12 | 4481 | + | AA908026 | 530 | 32 | 530 | chr11 | 101635058 | 45449373 | 45454345 | 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, | 45449373,45453873,45454125,45454213,45454218,45454252,45454256,45454273,45454278,45454290,45454300,45454308,45454320,45454332, |
759 | 377 | 3 | 0 | 7 | 2 | 2 | 3 | 772 | + | AA908011 | 409 | 20 | 409 | chr14 | 82229632 | 22892976 | 22894135 | 6 | 54,34,100,74,69,56, | 20,75,109,209,283,353, | 22892976,22893030,22893248,22893607,22894010,22894079, |
759 | 454 | 0 | 0 | 3 | 0 | 0 | 3 | 772 | + | AA908022 | 460 | 3 | 460 | chr14 | 82229632 | 22892976 | 22894205 | 4 | 88,100,74,195, | 3,91,191,265, | 22892976,22893248,22893607,22894010, |
952 | 454 | 2 | 0 | 7 | 0 | 0 | 2 | 506 | - | AA908009 | 480 | 17 | 480 | chr19 | 63471274 | 48129492 | 48130461 | 3 | 67,72,324, | 0,67,139, | 48129492,48129806,48130137, |
760 | 294 | 0 | 0 | 6 | 0 | 0 | 2 | 2167 | + | AA961325 | 575 | 17 | 317 | chr21 | 63018605 | 23021998 | 23024465 | 3 | 127,66,107, | 17,144,210, | 23021998,23023407,23024358, |
760 | 295 | 0 | 0 | 3 | 0 | 0 | 2 | 2167 | - | AA961326 | 501 | 10 | 308 | chr21 | 63018605 | 23022000 | 23024465 | 3 | 125,66,107, | 193,318,384, | 23022000,23023407,23024358, |
634 | 615 | 4 | 0 | 4 | 0 | 0 | 5 | 1424 | + | AA908015 | 665 | 8 | 631 | chr23 | 48658295 | 6530329 | 6532376 | 6 | 71,81,149,173,92,57, | 8,79,160,309,482,574, | 6530329,6530487,6530924,6531748,6532226,6532319, |
634 | 465 | 2 | 0 | 1 | 1 | 2 | 4 | 1119 | + | AA908012 | 474 | 0 | 470 | chr23 | 48658295 | 6530330 | 6531917 | 5 | 70,81,149,140,28, | 0,70,151,300,442, | 6530330,6530487,6530924,6531748,6531889, |
|
Note: all start coordinates in our database are 0-based, not
1-based. See explanation
here.
| |
|
|
|