This function

  • finds correlating genes of EIF4F from the data frame TCGA_GTEX_RNAseq_sampletype

This function is not accessible to the user and will not show at the users' workspace. It can only be called by the exported EIF4F_Corrgene_analysis() function.

Side effects:

(1) Venn diagrams on screen and as pdf file to show the overlap of EIF correlating genes identify from RNAseq of tissue_type

(2) bar graphs on screen and as pdf file to show the numbers of identified correlating genes for each EIF4F subunit identify from RNAseq of tissue_type

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

(4) dotplot on screen and as pdf file to show the enriched pathways in the genes from different clusters in the heatmap

.plot_Corr_RNAseq_TCGA_GTEX(tissue_type)

Arguments

tissue_type

all tissue/tumor types or one specific type

Examples

if (FALSE) {
.plot_Corr_RNAseq_TCGA_GTEX(x = "All")
.plot_Corr_RNAseq_TCGA_GTEX(x = "Lung")
}