|
|
Database: bosTau9 Primary Table: intronEst Row Count: 905,221   Data last updated: 2019-03-07
Format description: Summary info about a patSpace alignment On download server: MariaDB table dump directory
field | example | SQL type | description |
bin | 874 | 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 | 106982474 | int(10) unsigned | Target sequence size |
tStart | 37971092 | int(10) unsigned | Alignment start position in target |
tEnd | 37972642 | 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 | 37971092,37971113,37971467,... | 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 |
---|
874 | 429 | 0 | 0 | 1 | 1 | 1 | 3 | 1120 | - | AA961327 | 453 | 16 | 447 | chr11 | 106982474 | 37971092 | 37972642 | 5 | 21,4,84,132,189, | 6,28,32,116,248, | 37971092,37971113,37971467,37971925,37972453, |
874 | 425 | 0 | 0 | 0 | 3 | 6 | 4 | 1121 | + | AA961328 | 451 | 0 | 431 | chr11 | 106982474 | 37971093 | 37972639 | 7 | 23,86,132,137,8,12,27, | 0,23,109,241,382,391,404, | 37971093,37971465,37971925,37972453,37972592,37972600,37972612, |
945 | 475 | 6 | 0 | 10 | 4 | 7 | 12 | 4481 | + | AA908026 | 530 | 32 | 530 | chr11 | 106982474 | 47300784 | 47305756 | 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, | 47300784,47305284,47305536,47305624,47305629,47305663,47305667,47305684,47305689,47305701,47305711,47305719,47305731,47305743, |
762 | 454 | 0 | 0 | 3 | 0 | 0 | 3 | 772 | - | AA908022 | 460 | 3 | 460 | chr14 | 82403003 | 23278351 | 23279580 | 4 | 195,74,100,88, | 0,195,269,369, | 23278351,23278875,23279208,23279492, |
762 | 377 | 3 | 0 | 7 | 2 | 2 | 3 | 772 | - | AA908011 | 409 | 20 | 409 | chr14 | 82403003 | 23278421 | 23279580 | 6 | 56,69,74,100,36,52, | 0,57,126,200,300,337, | 23278421,23278477,23278875,23279208,23279492,23279528, |
956 | 454 | 2 | 0 | 7 | 0 | 0 | 2 | 505 | - | AA908009 | 480 | 17 | 480 | chr19 | 63449741 | 48722377 | 48723345 | 3 | 67,72,324, | 0,67,139, | 48722377,48722690,48723021, |
759 | 294 | 0 | 0 | 6 | 0 | 0 | 2 | 2167 | + | AA961325 | 575 | 17 | 317 | chr21 | 69862954 | 22839049 | 22841516 | 3 | 127,66,107, | 17,144,210, | 22839049,22840458,22841409, |
759 | 295 | 0 | 0 | 3 | 0 | 0 | 2 | 2167 | - | AA961326 | 501 | 10 | 308 | chr21 | 69862954 | 22839051 | 22841516 | 3 | 125,66,107, | 193,318,384, | 22839051,22840458,22841409, |
656 | 615 | 4 | 0 | 4 | 0 | 0 | 5 | 1424 | + | AA908015 | 665 | 8 | 631 | chr23 | 52498615 | 9426401 | 9428448 | 6 | 71,81,149,173,92,57, | 8,79,160,309,482,574, | 9426401,9426559,9426996,9427820,9428298,9428391, |
656 | 465 | 2 | 0 | 1 | 1 | 2 | 4 | 1119 | + | AA908012 | 474 | 0 | 470 | chr23 | 52498615 | 9426402 | 9427989 | 5 | 70,81,149,140,28, | 0,70,151,300,442, | 9426402,9426559,9426996,9427820,9427961, |
|
Note: all start coordinates in our database are 0-based, not
1-based. See explanation
here.
| |
|
|
|