Files
lda_strdist_rs/lda.txt
2024-12-30 15:34:41 +07:00

20 lines
313 B
Plaintext

Source String: AGTACGCA
Target String: TATGC
Edit Distance: 4
Edit Sequence:
Step 1: Delete 'A'
Step 2: Delete 'G'
Step 3: Match 'T'
Step 4: Match 'A'
Step 5: Substitute 'C' with 'T'
Step 6: Match 'G'
Step 7: Match 'C'
Step 8: Delete 'A'
Reconstructed:
from: AGTACGCA,
to: TATGC
Alignment:
"AGTACGCA"
"--TATGC-"