correlation_coefficient_heatmap: Create a correlation coefficient heatmap figure.

Description Usage Arguments Details Value

View source: R/correlation_coefficient_heatmap.R

Description

This function creates a heatmap using ComplexHeatmap to show the correlation among samples in a matrix (assuming samples are columns in the matrix). This is a quick way to show the relationship between samples.

Usage

1

Arguments

x

A matrix of expression data.

Details

Of note, the color map is created such that the colors are from white to red, scaled to the range of correlations seen. This is because when doing sample-sample correlations, it's often the case that they are all highly correlated. Rather than over-emphasize differences that aren't there, this is a cleaner approach.

Value

A ComplexHeatmap of correlation.


steveneschrich/CLIApet documentation built on March 2, 2021, 12:02 a.m.