Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: A better (problem-specific) perl hash?

by l3v3l (Monk)
on Feb 17, 2006 at 19:42 UTC ( [id://531051]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -nle 'chomp;tr/a-z/A-Z/;next if /[^ATCG]/;$l=length();$c=0;for $m
    +(5..$l){print substr($_,$c++,5)}' uniBNL_SSR_fasta.txt.input_library.
    +txt | perl -nle '$c{$_}++ for split/\W/;}print map {"$_:$c{$_}\n"} so
    +rt{$c{$b}<=>$c{$a}}keys %c;{' -
    
  2. or download this
    ...
    AGAGA:5334
    ...
    TTTTT:1851
    CTCTC:1798
    ...
    
  3. or download this
    #!/usr/bin/perl
    #
    ...
        $file_num +=1;
        $file_num %= $number;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-19 19:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found