A package for drawing pretty heatmaps in R. The ordinary heatmap function in R has several drawbacks when it comes to producing publication quality heatmaps. It is hard to produce pictures with consistent text, cell and overall sizes and shapes. The function pheatmap tries to alleviate the problems by offering more fine grained control over heatmap dimensions and appearance.
Installation
To install the CRAN version use just
install.packages(pheatmap)
You can install the development version using devtools
pheatmap
A package for drawing pretty heatmaps in R. The ordinary heatmap function in R has several drawbacks when it comes to producing publication quality heatmaps. It is hard to produce pictures with consistent text, cell and overall sizes and shapes. The function pheatmap tries to alleviate the problems by offering more fine grained control over heatmap dimensions and appearance.
Installation
To install the CRAN version use just
You can install the development version using
devtoolsFeatures
More important features of pheatmap include:
gridgraphics toolsMany of these features are on display in the next figure