Description Usage Arguments Examples
Runs the entire pipeline to generate a heatmap
1 2 3 4 5 6 7 8 |
scale |
(row/col/none) how should the data be scaled (default: row) |
Rowv |
(TRUE/FALSE) should the rows be clustered (default: TRUE) |
Colv |
(TRUE/FALSE) should the columns be clustered (default: TRUE) |
PRINT |
TRUE/FALSE should the plot be displayed (default: TRUE) |
verbose |
TRUE/FALSE shows extra info (default: FALSE) |
heatmapClass |
object of class heatmap (required) |
1 | heatmapClass <- plotHeatmap(heatmapClass, scale="row", Rowv = TRUE, Colv = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.