Description Usage Arguments Examples
Plots the dendrograms from the hclust data stored in PlotData
1 2 3 4 5 6 7 | plotHeatmap(
heatmapClass,
high = "red",
mid = "white",
low = "blue",
midpoint = 0
)
|
heatmapClass |
object of class heatmap (required) |
high |
colour for high scores (default: red) |
mid |
colour for mid scores (default: white) |
low |
colour for high scores (default: blue) |
midpoint |
score for mid colour (default: 0 as data is z score by default) |
1 | heatmapClass <- plotHeatmap(heatmapClass, high = "red", mid = "white", low = "blue", midpoint = 0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.