- #1
Wunsch
- 9
- 0
I tryed to align two sequences
CCATTGGAGTA
and CATAGA
using Needleman-Wunsch algorithm but it only gives me 2 alignment resutls
CCATTGGAGTA
C-A-T--AG-A
and
CCATTGGAGTA
C-AT---AG-A
while I thought it should be 4 results because the first C in the second sequence is also permutable, right ?
So can you tell me how to take out the other two alignments ?
Thank you very much inadvance
CCATTGGAGTA
and CATAGA
using Needleman-Wunsch algorithm but it only gives me 2 alignment resutls
CCATTGGAGTA
C-A-T--AG-A
and
CCATTGGAGTA
C-AT---AG-A
while I thought it should be 4 results because the first C in the second sequence is also permutable, right ?
So can you tell me how to take out the other two alignments ?
Thank you very much inadvance