A 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)

Arguments

magnitude

correlation coefficiency value

pvalue

p value for Pearson correlation

Value

a dataframe of negative correlating gene with correlation coefficiency and p value

See also

Other helper function to identify correlating genes for EIF4F genes: .EIF_correlation(), .correlation_coefficient(), .is_significant_poscor(), .summarize_counts()