identity#
Calculate sequence identity within tandem repeat regions.
This subcommand computes local sequence identity across TR loci using a sliding motif-level window. It is useful for assessing the purity or divergence of repeat arrays.
Usage#
vampire identity [options] <input_prefix> <output_prefix>
Example#
# Compute identity with default settings
vampire identity results/scan results/identity
# Use a larger window and allow small indels
vampire identity -w 200 --max-indel 2 results/scan results/identity
Arguments#
Argument |
Description |
|---|---|
|
Prefix of the input annotation files |
|
Output prefix for identity results |
Options#
Option |
Default |
Description |
|---|---|---|
|
|
Sliding window size (in motifs) |
|
|
Number of threads |
|
|
Analysis mode: |
|
|
Maximum allowed indel length |
|
|
Minimum indel length to consider |
Output Files#
Results are written with the provided <output> prefix:
Identity tables and visualizations showing local divergence across repeat arrays.