I have a question regarding casting and melting arrays. Is there a sweet alternative/solution to could cast or melt a array/table/dataframe like what R's reshape2 package got to ofter ? (see http://www.statmethods.net/management/reshape.html)
I have been working with tab-delimited text files that looks like this (white spaces below are tab):
Gene_name sampleand I want a output that looks something like this
gene_A sample_1 sample_2is there a way i can do it with perl?
Cheers! perlbirdIn reply to Melt and casting array! by perlbird
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |