SLIDE 7 Sequence alignment
local pairwise alignment against a given consensus sequence
- Smith‐Waterman‐Gotoh in forward
and reverse
– gap open/extension parameter optimisation via grid search in [1, 30] and [0.3, 3] with step size of 5 and 0.5 respectively – Two possible optimisation functions, where m is the number of matches, g is the number of gaps, N is the alignment length: » m/N (similarity maximisation) » m‐m*g/N (gap minimisation and similarity maximisation, accounting for alignment length)