R/COR.R
dot-CORs_coeff_heatmap.Rd
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)
combined COR data generated from .plot_Corr_RNAseq_TCGA_GTEX()
"All" for all tissue type, or "Lung" for specific tissue
a data structure that includes clustering analysis results.
Other helper function for correlation analysis plotting:
.CORs_summary_bargraph()
,
.CORs_vennplot()
,
.pathway_dotplot()
if (FALSE) {
.CORs_coeff_heatmap(df = DF, tissue_type = tissue_type)
}