Global alignment for two RNA/DNA/protein sequences

This is a demo for global alignment for two RNA/DNA/protein sequences - Needleman-Wunsch
1 download
Aggiornato 30 ott 2025

Visualizza la licenza

This is a demo for global alignment for two RNA/DNA/protein sequences using Needleman-Wunsch
match score: 1
mismatch score: -1
gap score:-2
The max score of following three:
(1) s(i - 1, j - 1) + match/mismatch diag
(2) s(i - 1, j) + gap
(3) s(i, j - 1) + gap

Cita come

shen vincent (2025). Global alignment for two RNA/DNA/protein sequences (https://it.mathworks.com/matlabcentral/fileexchange/182429-global-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