Beefy Boxes and Bandwidth Generously Provided by pair Networks Frank
Keep It Simple, Stupid
 
PerlMonks  

Re: Population of HoAoA based on file contents

by state-o-dis-array (Hermit)
on May 09, 2012 at 20:57 UTC ( #969707=note: print w/ replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $data{"HG00553"}[162][16287215] = "0 0"
    $data{"HG00553"}[162][16287226] = "0 0"
    ...
    $data{"HG00638"}[162][16287851] = "1 1"
    ...
    
  2. or download this
    while (<$in_file>) {
        print "$_";
    ...
            print "snp_bins: @snp_bins\n";
        }
    }
    
  3. or download this
    $data{$individual}[162] = "something"
    
  4. or download this
    $data{$individual}[0..162]
    
  5. or download this
    $data{$individual}{162}{16287215} = "0 0"
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others cooling their heels in the Monastery: (12)
As of 2013-05-22 01:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    The best material for plates (tableware) is:









    Results (453 votes), past polls