Description Usage Arguments Value Examples
Create grid and dendro parts of a heatmap as separate ggplot objects
1 2 |
x |
matrix of intensity values |
rlabels |
a character vector of row labels with length equal to number of rows in x |
clabels |
a character vector of column labels with length equal to number of columns in x |
cold |
whether to cluster columns and produce a column dendro |
rowd |
whether to cluster rows and produce a row dendro |
a named list with the following objects
tile tiled intensity values
rowd and cold row and column dendrograms
transformed data used to plot tile, rowd and cold
1 2 3 4 5 | data(pms)
hmc <- heatmap_components(x = pms)
show_ggheatmap(hmc$tile,row_dendro = hmc$rowd,col_dendro = hmc$cold)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.