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