Hi,
Thank you for your answer. I want to do something slightly different now, and Im trying to do it with the code you provided, but since Im all new with this, the hashes and maps are a bit difficult to me..
I want to do it at a different order, because I want to do something else with it.
I already combined multiple data files into one which now looks like this:
cg12045430 43 16 6 44 23 63 24 77
cg12045430 43 16 6 44 23 63 24 80
cg12045430 43 16 6 44 23 63 24 45
cg12045430 43 16 6 44 23 115 24 77
cg12045430 43 16 6 44 23 115 24 80
cg12045430 43 16 6 44 23 115 24 45
cg12045430 43 16 6 44 23 29 24 77
cg12045430 43 16 6 44 23 29 24 80
cg12045430 43 16 6 44 23 29 24 45
So I have again the same id's on multiple lines and different values on columns 2-9.
I want for one ID get the average of columns 2-9.
So for that input file that would be:
cg12045430 43 16 6 44 23 69 24 67
And afterwards I want to calculate the difference between column 2,3 and 4,5 and 6,7 and 8,9 like before.
I tried to do it using your code and for every key calculate the average of the map, but it didn't work. Could you give me some advise?
Thanks!
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.