Description Usage Arguments Value Examples
This function plots a hierachically clustered heatmap and corresponding dendrogram of a transaction matrix
1 | hcl.heatmap.plot(x, method = "pearson")
|
x |
monster Object |
method |
distance metric for hierarchical clustering. Default is "Pearson correlation" |
ggplot2 object for transition matrix heatmap
1 2 3 4 | data(yeast)
cc.net <- monsterNI(yeast$motif,yeast$exp.cc)
sr.net <- monsterNI(yeast$motif,yeast$exp.sr)
transformation.matrix(cc.net, sr.net)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.