|
|
Database: aptMan1 Primary Table: refSeqAli Row Count: 1   Data last updated: 2015-12-22
Format description: Summary info about a patSpace alignment On download server: MariaDB table dump directory
field | example | SQL type | info | description |
bin | 586 | smallint(5) unsigned | range | Indexing field to speed chromosome range queries. |
matches | 1553 | int(10) unsigned | range | Number of bases that match that aren't repeats |
misMatches | 6 | int(10) unsigned | range | Number of bases that don't match |
repMatches | 0 | int(10) unsigned | range | Number of bases that match but are part of repeats |
nCount | 7 | int(10) unsigned | range | Number of 'N' bases |
qNumInsert | 0 | int(10) unsigned | range | Number of inserts in query |
qBaseInsert | 0 | int(10) unsigned | range | Number of bases inserted in query |
tNumInsert | 7 | int(10) unsigned | range | Number of inserts in target |
tBaseInsert | 45805 | int(10) unsigned | range | Number of bases inserted in target |
strand | + | char(2) | values | + or - for strand. First character query, second target (optional) |
qName | NM_001315498 | varchar(255) | values | Query sequence name |
qSize | 1566 | int(10) unsigned | range | Query sequence size |
qStart | 0 | int(10) unsigned | range | Alignment start position in query |
qEnd | 1566 | int(10) unsigned | range | Alignment end position in query |
tName | NW_013989391v1 | varchar(255) | values | Target sequence name |
tSize | 307878 | int(10) unsigned | range | Target sequence size |
tStart | 205389 | int(10) unsigned | range | Alignment start position in target |
tEnd | 252760 | int(10) unsigned | range | Alignment end position in target |
blockCount | 8 | int(10) unsigned | range | Number of blocks in alignment |
blockSizes | 147,95,120,148,153,92,227,584, | longblob | | Size of each block |
qStarts | 0,147,242,362,510,663,755,982, | longblob | | Start of each block in query. |
tStarts | 205389,210620,213814,214713... | 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 |
---|
586 | 1553 | 6 | 0 | 7 | 0 | 0 | 7 | 45805 | + | NM_001315498 | 1566 | 0 | 1566 | NW_013989391v1 | 307878 | 205389 | 252760 | 8 | 147,95,120,148,153,92,227,584, | 0,147,242,362,510,663,755,982, | 205389,210620,213814,214713,219284,232189,242642,252176, |
|
Note: all start coordinates in our database are 0-based, not
1-based. See explanation
here.
| |
|
|
|