field | example | SQL type | description |
bin | 585 | smallint(5) unsigned | Indexing field to speed chromosome range queries. |
chrom | chr1 | varchar(255) | Reference sequence chromosome or scaffold |
chromStart | 10000 | int(10) unsigned | Start position in chromosome |
chromEnd | 10468 | int(10) unsigned | End position in chromosome |
name | trf | varchar(255) | Simple Repeats tag name |
period | 6 | int(10) unsigned | Length of repeat unit |
copyNum | 77.2 | float | Mean number of copies of repeat |
consensusSize | 6 | int(10) unsigned | Length of consensus sequence |
perMatch | 95 | int(10) unsigned | Percentage Match |
perIndel | 3 | int(10) unsigned | Percentage Indel |
score | 789 | int(10) unsigned | Alignment Score = 2*match-7*mismatch-7*indel; minscore=50 |
A | 33 | int(10) unsigned | Percent of A's in repeat unit |
C | 51 | int(10) unsigned | Percent of C's in repeat unit |
G | 0 | int(10) unsigned | Percent of G's in repeat unit |
T | 15 | int(10) unsigned | Percent of T's in repeat unit |
entropy | 1.43 | float | Entropy |
sequence | TAACCC | longblob | Sequence of repeat unit element |