plotRefHeatmap: Visualize the reference pattern of gene co-expression.

Description Usage Arguments Value See Also Examples

View source: R/deltaccd_plot.R

Description

Make a heatmap of the reference correlation matrix for gene co-expression.

Usage

1

Arguments

refCor

Correlation matrix, such as comes from getRefCor().

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

getRefCor(), plotHeatmap()

Examples

1
2
3
refCor = getRefCor()
pRef = plotRefHeatmap(refCor)
pTest = plotHeatmap(rownames(refCor), GSE19188$emat, GSE19188$groupVec)

deltaccd documentation built on Feb. 12, 2022, 1:07 a.m.