[Biopython] Get all alignments of a sequence against another

Tal Einat taleinat at gmail.com
Fri Mar 14 11:11:42 UTC 2014


On Fri, Mar 14, 2014 at 11:16 AM, Kevin Rue <kevin.rue at ucdconnect.ie> wrote:
> >>> import fuzzysearch
> >>> fuzzysearch.find_near_matches_with_ngram("GGGTTLTTSS","XXXXXXXXXXXXXXXXXXXGGGTTVTTSSAAAAAAAAAAAAAGGGTTLTTSSAAAAAAAAAAAAAAAAAAAAAABBBBBBBBBBBBBBBBBBBBBBBBBGGGTTLTTSS",
>>>> 1)

By the way, you should usually just use
fuzzysearch.find_near_matches(...), which will choose an appropriate
search method for you depending on the given parameters.

- Tal Einat



More information about the Biopython mailing list