top of page
Unknown Track - Unknown Artist
00:0000:00

​

Global alignment

Alignment that is carried out from beginning of the sequence to the end of the sequence in order to find the optimal alignment

step

a) Fill first row and first column with 0.

b)The gap score is added to the previous column or row 

Example 

Row 2                         Row 3

0+(-2)= -2                  -2+(-2)=-4

STEP 1: Fill up the matrix using recurrence relation.

1) Start from the upper left find the maximum score Diagonal value

 Match: add match score

A- A -2+1=-1

Mismatch: add the mismatch score

G-A -2+(-1)= -3

Left and right: Add the gap score

A-C -6+(-2)=-8

STEP 2:Matrix fill up.

2)Find the maximum value and mark the arrow where the value come from.

STEP 2: Matrix fill up.

Traceback to obtained maximum value from the obtained data we could see that the bottom right-hand value is -1where the maximum value is 0 which located at the diagonal left. Hence reach to the 0 through traceback With this the optimum  alignment could be found 

​

STEP 3:Traceback.

The optimum allignment is

Sequence 1: AG-C                  2(2)+1(-1)+ 1(-2)= -1 

Sequence 2:AACC

​

Sequence 1: -AGC                  2(2)+1(-1)+1(-2) =-1

Sequence 2:AACC

​

Sequence1: A-GC                   2(2)+1(-1)+1(-2) =-1

Sequence 2:AACC

step 2-2.png
step 2-1.png
step 3-1.png
step 1-1.png

Reference from Proshanta Kumar shill

ADVANTAGE AND DISADVANTAGE

​

CONTRIBUTOR

 

NUR SYAHIRA BINTI MOHD KASIM 193883

MOHD ARIF IRFAN BIN MAT ZAINI 192371

NUR IZZAH BINTI MOHAMMED 193680

NUR HAZWA LIYANA BINTI HADHARI 192058

SITI NUR DIYANAH BINTI RAHIM 194003

ADILA BINTI ERWIN 193383 

© 2023 by Name of Site. Proudly created with Wix.com

  • Facebook Social Icon
  • Twitter Social Icon
  • Instagram Social Icon
bottom of page