[R] Using factors to analyze table by quantiles

2014-11-16 Thread Alexander Predeus
Hello all, I've been trying to do the following analysis. I have a table (T1) that defines sizes of my datasets (~80k rows): size X1 1000 X2 8323 X3 58 And then I have a table (T2) of ~ 5 million significant overlaps between datasets: X234 X443 X323 X1 X998 X12 What I want t

[R] Making a very specific heatmap in R (ggplot2?)

2014-10-16 Thread Alexander Predeus
Hello All, I'm trying to figure out the (automated) way to generate heatmaps from simple data tables with annotated rows and columns. In the end, I need these files to be easily viewed in a browser. The initial data tables are simple; numbers are row-normalized (values are real numbers varying fr