This function

It should not be used directly, only inside .plot_Corr_RNAseq_TCGA_GTEX() function.

.combine_CORs_list(df1, df2)

Arguments

df1

cor_value_combined of EIF.cor.tumor[[2]]

df2

cor_value_combined of EIF.cor.normal[[2]]

Value

data frame with posCORs or negCORs from both tumors and healthy tissue samples

See also

Other helper function for correlation analysis: .combine_CORs_summary(), .get_cluster_genes(), .is_significant_correlation()

Examples

if (FALSE) {
.combine_COR_list(df1 = EIF.cor.tumor[[1]], df2 = EIF.cor.normal[[1]])
}