hcl.heatmap.plot: Transformation matrix plot

Description Usage Arguments Value Examples

Description

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

Usage

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

Arguments

x

monster Object

method

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

Value

ggplot2 object for transition matrix heatmap

Examples

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)

dschlauch/MONSTER documentation built on May 15, 2019, 2:57 p.m.