Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

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

by Zaxo (Archbishop)
on Jul 27, 2004 at 20:50 UTC ( [id://377860]=note: print w/replies, xml ) Need Help??


in reply to More efficient way to lookup with 2 AoA's.

Use a hash with the gene names as keys. You can then put all the data in one structure,

my %gene = ( gene_name_1 => { start=>'start_1', stop=>'stop_1', chr=>'chr_1'}, # ... );
You could add the score data there, too, unless it's more dynamic than that and is generated elsewhere.

After Compline,
Zaxo

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-04-19 01:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found