TOMplot | R Documentation |
Graphical representation of the Topological Overlap Matrix using a heatmap plot combined with the corresponding hierarchical clustering dendrogram and module colors.
TOMplot(
dissim,
dendro,
Colors = NULL,
ColorsLeft = Colors,
terrainColors = FALSE,
setLayout = TRUE,
...)
dissim |
a matrix containing the topological overlap-based dissimilarity |
dendro |
the corresponding hierarchical clustering dendrogram |
Colors |
optional specification of module colors to be plotted on top |
ColorsLeft |
optional specification of module colors on the left side. If |
terrainColors |
logical: should terrain colors be used? |
setLayout |
logical: should layout be set? If |
... |
other graphical parameters to |
The standard heatmap
function uses the layout
function to set the following
layout (when Colors
is given):
0 0 5 0 0 2 4 1 3
To get a meaningful heatmap plot, user-set layout must respect this geometry.
None.
Steve Horvath and Peter Langfelder
heatmap
, the workhorse function doing the plotting.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.