This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Calculate pair-wise dissimilarity of DNA sequences in Python

Is there any available package in Python that can calculate dissimilarity between two DNA sequences using any alignment algorithm?

Thanks!

python dna sequence similarity alignment

1 answer

Maybe find the similarity and use the complement?

yes, but I would like to know if there is any library or script available out there.

Log in to answer this question.