Hi
how do i do a direct comparison of an array of strings.
I have multiple DNA sequences stored as an array of strings and i need to compare every base at the same position in each string with the corresponding base in the other strings, identifing bases that do not match (as opposed to matches) and i need to know the position of each mismatch.
Any tips would be very helpful
thank you