a demo of local alignment for two RNA/DNA/protein sequences

This is a demo of local alignment for two RNA/DNA/protein sequences by Smith-Waterman algorithm.
1 download
Aggiornato 1 nov 2025

Visualizza la licenza

This is a demo of local alignment for two RNA/DNA/protein sequences by
Smith-Waterman algorithm.
Local alignment is a method used to identify the most similar regions between two sequences,
allowing for gaps and mismatches to find the best matching subsequence.
Local alignment focuses on finding the best matching segment between two sequences,
which is particularly useful when the sequences have low overall similarity.
This method allows for gaps (insertions or deletions) and mismatches,
enabling the identification of conserved regions that may be biologically significant.
Local alignment is often contrasted with global alignment,
which attempts to align entire sequences from start to finish
Algorithms and Tools
BLAST (Basic Local Alignment Search Tool):
BLAST is a widely used tool for performing local alignments.
It compares nucleotide or protein sequences to sequence databases,
identifying regions of local similarity and calculating the statistical significance of matches.
This tool is essential for inferring functional and evolutionary relationships between sequences and identifying members of gene families.
Dynamic Programming:
Local alignment can be computed using dynamic programming techniques.
The algorithm fills a scoring matrix based on match scores, mismatch penalties, and gap penalties.
The highest score in the matrix indicates the best local alignment between the sequences.
The process involves initializing the first row and column to zero,
allowing for the identification of the best alignment score.
Applications:
Local alignment is particularly useful in various biological contexts, such as:
Identifying conserved motifs in protein sequences.
Comparing gene sequences to find homologous regions.
Analyzing mutations or variations in DNA sequences.
By focusing on the most similar regions,
local alignment helps researchers uncover important biological insights
that may not be apparent through global alignment methods.

Cita come

shen vincent (2025). a demo of local alignment for two RNA/DNA/protein sequences (https://it.mathworks.com/matlabcentral/fileexchange/182441-a-demo-of-local-alignment-for-two-rna-dna-protein-sequences), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2025b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Tag Aggiungi tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0