I have a multiple strings like this with sequences:
String 1:
AAGCTAGCAGCTTT......
String 2:
TAGCTAGCAGCTTA...
String 3:
AGGCTAGCAGCATT
.
.
.
300 of them
I want to generate a matrix of differences between each of the strings.. So I want to know the difference between string one and two is 2 and difference between strings one abd three is 2 and difference between two and three is 4, etc. Any ideas into the best and fastest way to compare the 300 x 300 strings?