hcl.heatmap.plot: Transformation matrix plot

Description Usage Arguments Value Examples

View source: R/analysis_functions.R

Description

This function plots a hierachically clustered heatmap and corresponding dendrogram of a transaction matrix

Usage

1
hcl.heatmap.plot(monsterObj, method = "pearson")

Arguments

monsterObj

monsterAnalysis Object

method

distance metric for hierarchical clustering. Default is "Pearson correlation"

Value

ggplot2 object for transition matrix heatmap

Examples

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)

QuackenbushLab/MONSTER documentation built on Oct. 22, 2020, 8:07 a.m.