Top "Gplots" questions

Various R programming tools for plotting data

Error installing gplots

I am running R (v. 3.0.3) on OSX (v. 10.9.2). When trying to install the 'gplots' package in R studio with the …

r gplots
R: Changing the size of a heatmap.2 rowname column

I used the following code: library("gplots") heatmap.2(assay(vsd)[ens_union,], trace = "none", density.info = "none") To produce the …

r heatmap gplots
How to color the branches and tick labels in the heatmap.2?

I have done a Heat Map using the function heatmap.2 of gplots in R, but I don't have an idea …

r heatmap dendrogram gplots dendextend
Error in heatmap.2 in R gplots

I am using heatmap.2 in gplots to create heatmaps in R. My code used to work fine for creating a …

r heatmap gplots
Multiple RowSideColor columns heatmap.2 from gplots package

I would like to be able to have use two RowSideColor bars with the heatmap.2 function from the R package …

r gplots
Colour specific node in igraph

I am trying to colour node 6 and 7 regardless of whatever letter is selected from object 'd'. g <- graph_…

r networking nodes igraph gplots
How to get member of clusters from R's hclust/heatmap.2

I have the following code that perform hiearchical clustering and plot them in heatmap. library(gplots) set.seed(538) # generate data …

r cluster-analysis gplots