Description Usage Arguments Details Value
View source: R/correlation_coefficient_heatmap.R
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.
1 |
x |
A matrix of expression data. |
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.
A ComplexHeatmap of correlation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.