This function draw heatmap of combined COR list data generated from .EIF_correlation().

It should not be used directly, only inside .plot_Corr_RNAseq_TCGA_GTEX() function.

Side effects:

(1) heatmap on screen and as pdf file to show correlation strength and clustering pattern of EIF4F correlating genes.

.CORs_coeff_heatmap(df, tissue_type)

Arguments

df

combined COR data generated from .plot_Corr_RNAseq_TCGA_GTEX()

tissue_type

"All" for all tissue type, or "Lung" for specific tissue

Value

a data structure that includes clustering analysis results.

See also

Other helper function for correlation analysis plotting: .CORs_summary_bargraph(), .CORs_vennplot(), .pathway_dotplot()

Examples

if (FALSE) {
.CORs_coeff_heatmap(df = DF, tissue_type = tissue_type)
}