|
|
Database: bosTau8 Primary Table: intronEst Row Count: 904,450   Data last updated: 2015-02-14
Format description: Summary info about a patSpace alignment On download server: MariaDB table dump directory
field | example | SQL type | description |
bin | 873 | 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 | 107310763 | int(10) unsigned | Target sequence size |
tStart | 37823917 | int(10) unsigned | Alignment start position in target |
tEnd | 37825467 | 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 | 37823917,37823938,37824292,... | 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 |
---|
873 | 429 | 0 | 0 | 1 | 1 | 1 | 3 | 1120 | - | AA961327 | 453 | 16 | 447 | chr11 | 107310763 | 37823917 | 37825467 | 5 | 21,4,84,132,189, | 6,28,32,116,248, | 37823917,37823938,37824292,37824750,37825278, |
873 | 425 | 0 | 0 | 0 | 3 | 6 | 4 | 1121 | + | AA961328 | 451 | 0 | 431 | chr11 | 107310763 | 37823918 | 37825464 | 7 | 23,86,132,137,8,12,27, | 0,23,109,241,382,391,404, | 37823918,37824290,37824750,37825278,37825417,37825425,37825437, |
944 | 475 | 6 | 0 | 10 | 4 | 7 | 12 | 4481 | + | AA908026 | 530 | 32 | 530 | chr11 | 107310763 | 47169594 | 47174566 | 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, | 47169594,47174094,47174346,47174434,47174439,47174473,47174477,47174494,47174499,47174511,47174521,47174529,47174541,47174553, |
775 | 454 | 0 | 0 | 3 | 0 | 0 | 3 | 772 | - | AA908022 | 460 | 3 | 460 | chr14 | 84648390 | 24955100 | 24956329 | 4 | 195,74,100,88, | 0,195,269,369, | 24955100,24955624,24955957,24956241, |
775 | 377 | 3 | 0 | 7 | 2 | 2 | 3 | 772 | - | AA908011 | 409 | 20 | 409 | chr14 | 84648390 | 24955170 | 24956329 | 6 | 56,69,74,100,36,52, | 0,57,126,200,300,337, | 24955170,24955226,24955624,24955957,24956241,24956277, |
961 | 453 | 2 | 0 | 7 | 1 | 1 | 2 | 506 | - | AA908009 | 480 | 17 | 480 | chr19 | 64057457 | 49373950 | 49374918 | 3 | 66,72,324, | 0,67,139, | 49373950,49374263,49374594, |
762 | 294 | 0 | 0 | 6 | 0 | 0 | 2 | 2167 | + | AA961325 | 575 | 17 | 317 | chr21 | 71599096 | 23301655 | 23304122 | 3 | 127,66,107, | 17,144,210, | 23301655,23303064,23304015, |
762 | 295 | 0 | 0 | 3 | 0 | 0 | 2 | 2167 | - | AA961326 | 501 | 10 | 308 | chr21 | 71599096 | 23301657 | 23304122 | 3 | 125,66,107, | 193,318,384, | 23301657,23303064,23304015, |
656 | 615 | 4 | 0 | 4 | 0 | 0 | 5 | 1424 | + | AA908015 | 665 | 8 | 631 | chr23 | 52530062 | 9391914 | 9393961 | 6 | 71,81,149,173,92,57, | 8,79,160,309,482,574, | 9391914,9392072,9392509,9393333,9393811,9393904, |
656 | 465 | 2 | 0 | 1 | 1 | 2 | 4 | 1119 | + | AA908012 | 474 | 0 | 470 | chr23 | 52530062 | 9391915 | 9393502 | 5 | 70,81,149,140,28, | 0,70,151,300,442, | 9391915,9392072,9392509,9393333,9393474, |
|
Note: all start coordinates in our database are 0-based, not
1-based. See explanation
here.
| |
|
|
|