yes, but I would like to know if there is any library or script available out there.
• 0 views
•
link
Is there any available package in Python that can calculate dissimilarity between two DNA sequences using any alignment algorithm?
Thanks!
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.
I guess you could use EMBOSS needle or water wrapped in BioPython: http://biopython.org/DIST/docs/_api_159/Bio.Emboss.Applications-module.html
Log in to answer this question.