跳至內容

File:Needleman-Wunsch pairwise sequence alignment.png

頁面內容不支援其他語言。
這個檔案來自維基共享資源
維基百科,自由的百科全書
Needleman-Wunsch_pairwise_sequence_alignment.png (480 × 480 像素,檔案大小:36 KB,MIME 類型:image/png


摘要

English: The score matrix for an alignment between two nucleotide sequences:
Sequences    Best Alignments
---------    ----------------------
GCATGCG      GCATG-CG      GCA-TGCG      GCAT-GCG
GATTACA      G-ATTACA      G-ATTACA      G-ATTACA

The Needleman-Wunsch algorithm is a dynamic programming algorithm that finds the best possible alignments between two strings.

It takes three score parameters: match, mismatch, and gap.

Since it is a dynamic programming algorithm, the problem is solved by filling a two dimensional matrix. It requires O(nm) space and time where n and m are the lengths of the first and second string, respectively.

All best possible alignments are found by filling the matrix according to the defined score parameters.

Some optimizations of the algorithm avoid filling values distant from the diagonal, since those values are only needed for the poorest alignments.

Source code: https://gist.github.com/slowkow/508393
描述
English: The score matrix for an alignment between GATTACA and GCATGCU.
日期
來源 自己的作品
作者 Slowkow

授權條款

我,本作品的著作權持有者,決定用以下授權條款發佈本作品:
Creative Commons CC-Zero 此檔案於創用 CC CC0 1.0 通用公有領域貢獻宣告下分發。
在此宣告之下分發本作品者,已依據各國著作權法,在全世界放棄其對本作品所擁有的著作權及所有相關相似的法律權利,從而將本作品貢獻至公有領域。您可以複製、修改、分發和演示該作品,用於任何商業用途,所有這些都不需要請求授權。

說明

添加單行說明來描述出檔案所代表的內容

在此檔案描寫的項目

描繪內容

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸使用者備⁠註
目前2021年9月30日 (四) 20:36於 2021年9月30日 (四) 20:36 版本的縮圖480 × 480​(36 KB)GoatsnstoatsChanged last nucleotide to G to be consistent with actual DNA strings
2014年6月22日 (日) 23:35於 2014年6月22日 (日) 23:35 版本的縮圖480 × 480​(56 KB)SlowkowReverted to version as of 23:34, 22 June 2014
2014年6月22日 (日) 23:35於 2014年6月22日 (日) 23:35 版本的縮圖480 × 480​(50 KB)SlowkowReverted to version as of 23:33, 22 June 2014
2014年6月22日 (日) 23:34於 2014年6月22日 (日) 23:34 版本的縮圖480 × 480​(56 KB)Slowkow
2014年6月22日 (日) 23:33於 2014年6月22日 (日) 23:33 版本的縮圖480 × 480​(50 KB)Slowkow
2014年4月3日 (四) 02:04於 2014年4月3日 (四) 02:04 版本的縮圖480 × 480​(36 KB)SlowkowUser created page with UploadWizard

下列頁面有用到此檔案:

全域檔案使用狀況

以下其他 wiki 使用了這個檔案:

詮釋資料