plotRefHeatmap {deltaccd} | R Documentation |
Visualize the reference pattern of gene co-expression.
Description
Make a heatmap of the reference correlation matrix for gene co-expression.
Usage
plotRefHeatmap(refCor)
Arguments
refCor |
Correlation matrix, such as comes from |
Value
A ggplot
object, which can be saved using ggplot2::ggsave()
.
Heatmap colors will be directly comparable to any heatmaps created by this
function or by plotHeatmap()
.
See Also
Examples
refCor = getRefCor()
pRef = plotRefHeatmap(refCor)
pTest = plotHeatmap(rownames(refCor), GSE19188$emat, GSE19188$groupVec)
[Package deltaccd version 1.0.2 Index]