Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^5: counting the number of 16384 pattern matches in a large DNA sequence

by kennethk (Abbot)
on Jun 14, 2012 at 17:56 UTC ( [id://976268]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            my @matches = ($seq{$key} =~ /$string/ig);
            #print "@matches\n";
            $result{$string} = scalar(@matches);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://976268]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-24 22:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found