A helper function calculates the correlation co-efficiency between two gene expressions, using the RNAseq expression dataset.

It should not be used directly, only inside .EIF_correlation() function.

.correlation_coefficient(gene1, gene2, df)

Arguments

gene1

gene name

gene2

gene name

df

expression dataset

Value

a dataframe with correlation coefficiency between two gene expression

See also

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