Hi,
I am trying to fuzzily match a DNA sequence, like "ATCATTA" in "agATCGTTAgtatt", but I would like that some errors can be tolerant, such as mismatch, insertion or deletion for seed sequence - "ATCATTA". Do you have any method with Perl or Python?
The solution depends on how many such sequences you have and how many to search.
Wonderful !!! It works well. Lots of thanks to you!