Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Consolidating biological data into occurance of each biological unit per sample in table

by Cristoforo (Curate)
on Jan 14, 2013 at 16:11 UTC ( [id://1013237]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    occurence28    C    a__bear;c__brown
    occurence29    B    a__wolf;c__red
    occurence30    B    a__wolf;c__grey
    
  2. or download this
    C:\Old_Data\perlp>type a.csv
     ,A,B,C
    ...
    brown,3,1,4
    red,1,1,0
    grey,1,5,3
    
  3. or download this
    C:\Old_Data\perlp>perl t5.pl
    $VAR1 = {
    ...
                              }
                     }
            };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-03-28 14:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found