Entering edit mode
12.3 years ago
Timtico
▴
330
Hello,
I am interested in performing a kind of multiple sequence alignment using normal text. Lets say an array consisting of strings of 10 sentences each. Does anyone know of such kind a tool? I prefer Perl or R
You could implement the Needleman-Wunsch algorithm and extend the substitution matrix to an arbitrary alphabet (should be doable in 1-10 hours, depending on your skill level).