Overview
HHR (HH-suite Results) is the standard output format for hhblits, hhsearch, and hhalign. It contains search statistics, hit lists, and detailed pairwise alignments.Format Specification
Header Section
Query information and search parameters:Header Fields
- Query: Query sequence identifier and description
- Match_columns: Number of match states in query HMM
- No_of_seqs: Number of sequences in query alignment
- Neff: Effective number of sequences (diversity measure)
- Searched_HMMs: Number of database HMMs searched
- Date: Search timestamp
- Command: Full command line used
Summary Hit List
Tabular list of significant hits:Summary Columns
- No: Rank number
- Hit: Target identifier and description
- Prob: Probability of true positive (0-100%)
- E-value: Expected number of false positives with this score
- P-value: Probability of false positive
- Score: Raw alignment score
- SS: Secondary structure score contribution
- Cols: Number of aligned columns
- Query HMM: Query range (start-end)
- Template HMM: Template range (start-end, total length)
Detailed Alignments
For each significant hit, a detailed alignment is provided:Alignment Header
- Probab: Probability that hit is a true positive (0-100%)
- E-value: Expected number of false positives
- Score: Raw alignment score (bits)
- Aligned_cols: Number of aligned columns
- Identities: Percent sequence identity
- Similarity: Average similarity score
- Sum_probs: Sum of posterior probabilities
- Template_Neff: Diversity of template MSA
Alignment Block
Four-line format:- Q: Query sequence with position range
- Q Consensus: Query consensus sequence
- Match line: Shows conservation (|=identical, +=similar, .=weakly similar, space=different)
- T Consensus: Template consensus sequence
- T: Template sequence with position range
- Q ss_pred: Query secondary structure prediction
- T ss_pred: Template secondary structure prediction
- Q ss_dssp: Query DSSP secondary structure
- T ss_dssp: Template DSSP secondary structure
- Confidence: Alignment confidence scores
Example Full Output
Score Interpretation
Probability
- >95%: Very confident hit, likely homologous
- 50-95%: Possible homolog, requires validation
- <50%: Low confidence, possibly spurious
E-value
- <0.001: Highly significant
- 0.001-0.1: Significant
- 0.1-1: Marginally significant
- >1: Not significant
Score
- Depends on alignment length
- Higher is better
- Compare similar-length alignments
Parsing HHR Files
Extract Hit List
Extract E-values
Extract Alignments
Customizing Output
Controlling Number of Hits
E-value Threshold
Probability Threshold
Alternative Output Formats
BLAST Tabular Format
A3M Alignment
See Also
- hhblits - Iterative sequence search
- hhsearch - Database search
- hhalign - Pairwise alignment
- A3M Format - Alignment format
- HHM Format - HMM format