cor_plot: Create a correlation plot from heatmap data

View source: R/fct_03_clustering.R

cor_plotR Documentation

Create a correlation plot from heatmap data

Description

Creates a correlation matrix heatmap from the heatmap data to demonstrate the correlation between samples.

Usage

cor_plot(data, label_pcc, heat_cols, text_col)

Arguments

data

Heatmap data from process_heatmap_data()

label_pcc

TRUE/FALSE t0 Label with correlation coefficient

heat_cols

Vector of colors to use in the correlation matrix

text_col

Color to make the text labels in the plot

Value

ggplot2 object as heatmap of correlation matrix

See Also

Other plots: PCA_plot(), chr_counts_ggplot(), chr_normalized_ggplot(), draw_sample_tree(), eda_boxplot(), eda_density(), eda_scatter(), gene_counts_ggplot(), individual_plots(), k_means_elbow(), mean_sd_plot(), rRNA_counts_ggplot(), sd_density(), t_SNE_plot(), total_counts_ggplot()


espors/idepGolem documentation built on April 23, 2024, 1:11 p.m.