Category "sequence-alignment"

ungapped index for biopython alignments

My first time using biopython. Forgive me if this is a basic question. I would like to input sequences, then align them, and be able to refer to the index posi

How to handle multiple optimal edit paths implementing Needleman-Wunsche algorithm?

Trying to implement Needleman-Wunsche algorithm for biological sequences comparison. In some circumstances there exist multiple optimal edit paths. What is th