Re: [R] problem with data processing in R

2009-12-10 Thread Tal Galili
Hi Maxim, Yes, it is possible. Please review the information here: http://www.statmethods.net/management/subset.html In short, you need to read in your file at one chunk (maybe using read.table) and then subset and plot it however you want. If this was a bigger job I would send you to learn the p

[R] problem with data processing in R

2009-12-10 Thread Maxim
Hi, I'm stuck with parsing data into R for heatmap representation. The data looks like: 1 id1 x1 x2 x3 x20 2 id1 x1 x2 x3 x20 3 id1 x1 x2 x3 x20 4 id1 x1 x2 x3 x20 . 348 id2 x1 x2 x3 x20 349 id2 x1 x2 x3 x20 350 id2 x1 x2 x3 x20 351 id2 x1 x2