Global alignment: Difference between revisions

From CoGepedia
Jump to navigation Jump to search
Ambz (talk | contribs)
No edit summary
Ambz (talk | contribs)
No edit summary
Line 1: Line 1:
Global alignment allows sequences to be aligned from beginning to end. It gives the best possible alignment between the sequences based on the scores assigned to each possible alignment. [[Needleman-Wunsh]] algorithm is used for constructing the scoring the global alignments between the sequences.
Global alignment allows sequences to be aligned from beginning to end. It gives the best possible alignment between the sequences based on the scores assigned to each possible alignment. [http://www.en.wikipedia.org/wiki/Needleman-Wunsch_algorithm Needleman-Wunsh] algorithm is used for constructing the scoring the global alignments between the sequences.

Revision as of 23:37, 25 September 2009

Global alignment allows sequences to be aligned from beginning to end. It gives the best possible alignment between the sequences based on the scores assigned to each possible alignment. Needleman-Wunsh algorithm is used for constructing the scoring the global alignments between the sequences.