This function draw bargraph, using the correlation data generated from
.EIF_correlation()
.
It should not be used directly, only inside .plot_Corr_RNAseq_TCGA_GTEX()
function.
Side effects:
(1) bar graphs on screen and as pdf file to show the numbers of identified correlating genes for each EIF4F subunit
.CORs_summary_bargraph(df, tissue_type, CORs_type, coord_flip.ylim)
combined CORs summary table
input argument of .plot_Corr_RNAseq_TCGA_GTEX()
posCORs or negCORs for the title of Venn diagram
the limit of y axis in the bar plot
bargraph for the numbers of posCOR or negCORs
Other helper function for correlation analysis plotting:
.CORs_coeff_heatmap()
,
.CORs_vennplot()
,
.pathway_dotplot()
if (FALSE) {
.CORs_summary_bargraph(
df = EIF.cor,
tissue_type = tissue_type,
CORs_type = "posCORs",
coord_flip.ylim = 14000)
}