Displaying 1 result from an estimated 1 matches for "id40".
Did you mean:
d40
2009 Dec 10
1
problem with data processing in R
...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 x3 .... x20
.........
The data is sorted for the IDs (id1,id2 .....id40) and I like to produce 40
heatmaps thereof, 1 heatmap per data corresponding to a single ID. The data
that has to be plotted is 20 values (x1 to x20). There is different amounts
of data for respective IDs. In the end I'd like to have the 40 heatmaps
stacked on top of each other sorted by ID an...