applied-bioinformatics / An-Introduction-To-Applied-Bioinformatics

Interactive lessons in bioinformatics.
http://readIAB.org
Other
805 stars 316 forks source link

hamming_distance() function in pairwise-alignment.md #327

Open dabane-ghassan opened 4 years ago

dabane-ghassan commented 4 years ago

I though it would be more intuitive to write a Hamming distance function instead of using scipy's function. This may be more beneficial for the reader in order to have more independance and intuition when it comes to writing Python code.