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
인용 양식
shen vincent (2025). Global alignment for two RNA/DNA/protein sequences (https://kr.mathworks.com/matlabcentral/fileexchange/182429-global-alignment-for-two-rna-dna-protein-sequences), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2025b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!| 버전 | 게시됨 | 릴리스 정보 | |
|---|---|---|---|
| 1.0.0 |
