R/COR.R
dot-combine_CORs_list.Rd
This function
combines all the EIF4F correlating genes and their correlation
coefficients to a data frame, with the data generated from
.EIF_correlation()
.
selects significant correlating genes with .is_significant_correlation()
It should not be used directly, only inside .plot_Corr_RNAseq_TCGA_GTEX()
function.
.combine_CORs_list(df1, df2)
cor_value_combined
of EIF.cor.tumor[[2]]
cor_value_combined
of EIF.cor.normal[[2]]
data frame with posCORs or negCORs from both tumors and healthy tissue samples
Other helper function for correlation analysis:
.combine_CORs_summary()
,
.get_cluster_genes()
,
.is_significant_correlation()
if (FALSE) {
.combine_COR_list(df1 = EIF.cor.tumor[[1]], df2 = EIF.cor.normal[[1]])
}