|
|
Database: bosTau7 Primary Table: intronEst Row Count: 931,396   Data last updated: 2016-06-11
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 | 109987751 | int(10) unsigned | Target sequence size |
tStart | 39479472 | int(10) unsigned | Alignment start position in target |
tEnd | 39481022 | 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 | 39479472,39479493,39479847,... | 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 | 109987751 | 39479472 | 39481022 | 5 | 21,4,84,132,189, | 6,28,32,116,248, | 39479472,39479493,39479847,39480305,39480833, |
886 | 425 | 0 | 0 | 0 | 3 | 6 | 4 | 1121 | + | AA961328 | 451 | 0 | 431 | chr11 | 109987751 | 39479473 | 39481019 | 7 | 23,86,132,137,8,12,27, | 0,23,109,241,382,391,404, | 39479473,39479845,39480305,39480833,39480972,39480980,39480992, |
959 | 475 | 6 | 0 | 10 | 4 | 7 | 12 | 4481 | + | AA908026 | 530 | 32 | 530 | chr11 | 109987751 | 49075235 | 49080207 | 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, | 49075235,49079735,49079987,49080075,49080080,49080114,49080118,49080135,49080140,49080152,49080162,49080170,49080182,49080194, |
761 | 454 | 0 | 0 | 3 | 0 | 0 | 3 | 772 | - | AA908022 | 460 | 3 | 460 | chr14 | 81216349 | 23133881 | 23135110 | 4 | 195,74,100,88, | 0,195,269,369, | 23133881,23134405,23134738,23135022, |
761 | 377 | 3 | 0 | 7 | 2 | 2 | 3 | 772 | - | AA908011 | 409 | 20 | 409 | chr14 | 81216349 | 23133951 | 23135110 | 6 | 56,69,74,100,36,52, | 0,57,126,200,300,337, | 23133951,23134007,23134405,23134738,23135022,23135058, |
965 | 454 | 2 | 0 | 7 | 0 | 0 | 2 | 506 | - | AA908009 | 480 | 17 | 480 | chr19 | 64845320 | 49850978 | 49851947 | 3 | 67,72,324, | 0,67,139, | 49850978,49851292,49851623, |
757 | 294 | 0 | 0 | 6 | 0 | 0 | 2 | 2167 | + | AA961325 | 575 | 17 | 317 | chr21 | 69078422 | 22665730 | 22668197 | 3 | 127,66,107, | 17,144,210, | 22665730,22667139,22668090, |
757 | 295 | 0 | 0 | 3 | 0 | 0 | 2 | 2167 | - | AA961326 | 501 | 10 | 308 | chr21 | 69078422 | 22665732 | 22668197 | 3 | 125,66,107, | 193,318,384, | 22665732,22667139,22668090, |
659 | 615 | 4 | 0 | 4 | 0 | 0 | 5 | 1424 | + | AA908015 | 665 | 8 | 631 | chr23 | 52334015 | 9716067 | 9718114 | 6 | 71,81,149,173,92,57, | 8,79,160,309,482,574, | 9716067,9716225,9716662,9717486,9717964,9718057, |
659 | 465 | 2 | 0 | 1 | 1 | 2 | 4 | 1119 | + | AA908012 | 474 | 0 | 470 | chr23 | 52334015 | 9716068 | 9717655 | 5 | 70,81,149,140,28, | 0,70,151,300,442, | 9716068,9716225,9716662,9717486,9717627, |
|
Note: all start coordinates in our database are 0-based, not
1-based. See explanation
here.
| |
|
|
|