{{report_header}}

Basic Descriptive Statistics

Filename {{test_filename}} {{train_filename}}
Number of sequences {{number_of_sequences_test}} {{number_of_sequences_train}}
Minimum length {{min_length_test}} {{min_length_train}}
Mean length {{mean_length_test}} {{mean_length_train}}
Maximum length {{max_length_test}} {{max_length_train}}

Every test sequence searched against the train set with MMseqs2, and scored on its best hit. Similarity is min(query coverage, target coverage) × percent identity: how much of the shorter sequence the alignment spans, times how much of that matches. The histogram is the distribution of those best hits.

The flag is the percentage of test sequences at or above the threshold: Pass at 0%, Warning below 2%, Fail at 2% or more. A test sequence that near-duplicates a training one is one the model has already seen, so the accuracy it earns there is not evidence. {{link_leakage}}

The panel under the histogram lists those alignments, up to the first {{row_cap}}; every one of them, listed or not, is exported to mmseqs/mmseqs2_search_result.tsv beside this report. Its columns are:

Query (Q)
Identifier of the test sequence: seq_<i>_test, where i is its 0-based position in the input test file.
Target (T)
Identifier of the train sequence: seq_<i>_train, where i is its 0-based position in the input train file.
Q Cov.
Fraction of the query sequence covered by the alignment (0–1).
T Cov.
Fraction of the target sequence covered by the alignment (0–1).
% Identity
Percent identical aligned positions in the aligned region.
% Similarity
Similarity score used for leakage detection, calculated as min(Q Cov., T Cov.) × % Identity.
E-value
MMseqs2 E-value (lower is more "significant").
Alignment
Click “Show” to expand the alignment visualisation for a row.
Filename {{test_filename}} {{train_filename}}
Data Leakage (percentage) {{perc_queries_above_thr}}% {{perc_targets_above_thr}}%
Data Leakage (count) {{num_queries_above_thr}} {{num_targets_above_thr}}
Similarity Histogram
{{alignments_count}}
{{results_body}}
{{report_scripts}}