.CORs_summary_bargraph | R Documentation |
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)
df |
combined CORs summary table |
tissue_type |
input argument of |
CORs_type |
posCORs or negCORs for the title of Venn diagram |
coord_flip.ylim |
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()
## Not run: .CORs_summary_bargraph( df = EIF.cor, tissue_type = tissue_type, CORs_type = "posCORs", coord_flip.ylim = 14000) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.