R/COR.R
dot-is_significant_negcor.RdA helper function selects negative correlating genes based on coefficiency and pvalue.
It should not be used directly, only inside .EIF_correlation()
function.
.is_significant_negcor(magnitude, pvalue)correlation coefficiency value
p value for Pearson correlation
a dataframe of negative correlating gene with correlation coefficiency and p value
Other helper function to identify correlating genes for EIF4F genes:
.EIF_correlation(),
.correlation_coefficient(),
.is_significant_poscor(),
.summarize_counts()