Question:

Which method is used for local sequence alignment?

Show Hint

Remember the comparison: \[ \boxed{ \begin{aligned} \text{Needleman-Wunsch} &\rightarrow \text{Global Alignment} \\ \textbf{Smith-Waterman} &\rightarrow \textbf{Local Alignment} \\ \text{ClustalW} &\rightarrow \text{Multiple Sequence Alignment} \end{aligned} } \] For exam questions, Smith-Waterman = Local Alignment.
Updated On: Jul 9, 2026
  • Needleman-Wunsch
  • Smith-Waterman
  • ClustalW
  • PhyML
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Concept: Sequence alignment is a bioinformatics technique used to compare DNA, RNA, or protein sequences in order to identify regions of similarity. Alignments are mainly of two types: global alignment, which compares the entire sequence, and local alignment, which identifies only the most similar regions between two sequences. The Smith-Waterman algorithm is specifically designed for local sequence alignment.

Step 1:
Understand local sequence alignment.
Local alignment searches for the highest-scoring matching region between two sequences instead of forcing the entire sequences to align. \[ \boxed{ \text{Local Alignment} = \text{Best Matching Region Only} } \] This is useful when sequences share only a conserved domain or motif.

Step 2:
Smith-Waterman algorithm.
The Smith-Waterman algorithm:
• Uses dynamic programming.
• Finds the highest-scoring local alignment.
• Introduces gaps where necessary.
• Resets negative scores to zero, allowing alignment to begin and end anywhere. It is widely used for identifying conserved genes, protein domains, and functional motifs.

Step 3:
Eliminate incorrect options.

• Needleman-Wunsch performs global alignment.
• ClustalW is used for multiple sequence alignment.
• PhyML constructs phylogenetic trees.
• Therefore, Smith-Waterman is the correct method for local sequence alignment. Final Answer: \[ \boxed{Option (B) is correct \]
Was this answer helpful?
0
0