Entering edit mode
12.8 years ago
User 5037
▴
290
hi i just want to confirm my method of using sum of pairs is correct.
Lets say i have three sequences
ACCG_GTA
CGAAAA__
TT_GTGTA
Now to calculate the Multiple sequence aligment value using sum of pairs method i have to loop through the entire length of the MSA adding the sum of pairs in each column right ?