View source: R/deltaccd_plot.R
plotRefHeatmap | R Documentation |
Make a heatmap of the reference correlation matrix for gene co-expression.
plotRefHeatmap(refCor)
refCor |
Correlation matrix, such as comes from |
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()
.
getRefCor()
, plotHeatmap()
refCor = getRefCor() pRef = plotRefHeatmap(refCor) pTest = plotHeatmap(rownames(refCor), GSE19188$emat, GSE19188$groupVec)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.