Description Usage Arguments Value Examples
View source: R/analysis_functions.R
This function plots a hierachically clustered heatmap and corresponding dendrogram of a transaction matrix
1 | hcl.heatmap.plot(monsterObj, method = "pearson")
|
monsterObj |
monsterAnalysis Object |
method |
distance metric for hierarchical clustering. Default is "Pearson correlation" |
ggplot2 object for transition matrix heatmap
1 2 3 4 5 | # data(yeast)
# design <- c(rep(0,20),rep(NA,10),rep(1,20))
# monsterRes <- monster(yeast$exp.cc, design, yeast$motif, nullPerms=100, numMaxCores=4)
data(monsterRes)
hcl.heatmap.plot(monsterRes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.