in reply to Re: similar string matching
in thread similar string matching

Nice hint but what if I want to find single amino acid sequences? like cystine bridges? Murcia

Replies are listed 'Best First'.
Re^3: similar string matching
by dakkar (Hermit) on Jul 05, 2004 at 19:41 UTC

    Ehm.. I'm not a biologist, I only know someone... so you almost lost me there.

    The BLAST and related algorithms do exactly what you asked for: they find all the possible matches between two sequences, ranking them by 'edit distance', i.e. the number of operations needed to obtain a perfect match.

    This is really all I know, for details ask an expert ;-)

    -- 
            dakkar - Mobilis in mobile
    

    Most of my code is tested...

    Perl is strongly typed, it just has very few types (Dan)