Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: More efficient way to lookup with 2 AoA's.

by bgreenlee (Friar)
on Jul 27, 2004 at 21:12 UTC ( [id://377865]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %gene = ();
    foreach (@gene_score) {
    ...
      $gene{$_->[0]}->{stop} = $_->[2];
      $gene{$_->[0]}->{chr} = $_->[3];
    }
    
  2. or download this
    %gene = ( gene_name_0 => { score => 'score_0',
                               start => 'start_0',
    ...
              gene_name_1 => { score => 'score_1',
              ...
            );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-26 02:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found