I used the following code:
library("gplots")
heatmap.2(assay(vsd)[ens_union,], trace = "none", density.info = "none")
To produce the following heatmap:
As you can see, the row labels have been cut-off (the first one should, for instance, be ENSMUSG00000000088
, but only ENSMUSG0
is displayed). How can I re-size the plot to include the whole labels?