Global alignment for two RNA/DNA/protein sequences
Versione 1.0.0 (3,89 KB) da
shen vincent
This is a demo for global alignment for two RNA/DNA/protein sequences - Needleman-Wunsch
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 LinuxTag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0 |
