Hello all thanks for your help! I am reposting a previous problem to simplify through analogy.
I have a very complicated biologic data set. I am having memory issues, what is the best way to solve the problem below:
Attempt at a non biology analogy: ... you're in a warehouse with X closets.
Each closet has H tie hangers (H can be different for each closet) .
Each tie hanger has M rungs or hooks (M can be different as well). Then by some process ties are placed on some of the hooks (there are only as many hooks as ties placed the only important number is how many ties per hanger).
I need to read in a file with the data of ties/mutations per hanger/amino_acid_position per closet/gene, and then fill an AoA which is rows X and columns H1-Hn_sub_x. In each cell I need M ties/mutations (([x][N_sub_x]=M) ) . This structure will allow me perform the right statistical test.
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.