R/COR.R
dot-summarize_counts.RdThis function summarizes the total number of posCORs or negCORs identified for each EIF4F gene
It should not be used directly, only inside .EIF_correlation()
function.
.summarize_counts(identified_COR, COR_type)a data frame with logic statement for each gene tested
posCORs or negCORs
a table with counts of posCORs or negCORs for each EIF4F gene
Other helper function to identify correlating genes for EIF4F genes:
.EIF_correlation(),
.correlation_coefficient(),
.is_significant_negcor(),
.is_significant_poscor()