BIOLOGICAL DATABASES
BIOLOGICAL DATABASES
o Introduction
o Scoring Systems
Steps:
Initialization: Create a matrix with gaps
penalized.
Matrix Filling: Fill the matrix using the
scoring system.
Traceback: Follow the matrix from the
bottom-right corner to get the alignment.
Local Alignment: Smith-Waterman
•Algorithm
Smith-Waterman algorithm is used to
identify local regions of similarity
between sequences.
•Dynamic programming is also used,
but only the highest-scoring local
segment is reported.
•Steps:
1.Initialization: Initialize the matrix
with zeros.
•Online Resources:
NCBI BLAST: A popular tool for aligning nucleotide or
protein sequences.
EBI Tools: Provides access to a variety of alignment
tools.
Advantages and
10
Limitations
Advantages:
Simple and efficient for comparing two
sequences.
Provides insights into similarity and
differences between sequences quickly.
Limitations:
Global alignment may not be ideal for
sequences with varying lengths.
Pairwise alignment can miss relationships
present in multiple sequence comparisons.
Computationally expensive for long
sequences.
Conclusion:
Pairwise sequence alignment is essential in
comparative sequence analysis.
Both global and local alignments serve different
purposes, depending on the sequences being
compared.
Future Perspectives:
As genome databases expand, pairwise
alignment techniques will play a significant role
in personalized medicine, evolutionary studies,
and gene annotation.
12
References:
•Textbooks/Articles:
• "Bioinformatics: Sequence and
Genome Analysis" by David W.
Mount.
• Relevant journal articles on
sequence alignment algorithms.
•Web Resources:
• NCBI BLAST Tutorial.
• EBI Sequence Alignment Tools
Documentation.
T H A N K YO U