.CORs_coeff_heatmap | R Documentation |
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)
df |
combined COR data generated from |
tissue_type |
"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()
## Not run: .CORs_coeff_heatmap(df = DF, tissue_type = tissue_type) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.