R/COR.R
dot-correlation_coefficient.Rd
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)
gene name
gene name
expression dataset
a dataframe with correlation coefficiency between two gene expression
Other helper function to identify correlating genes for EIF4F genes:
.EIF_correlation()
,
.is_significant_negcor()
,
.is_significant_poscor()
,
.summarize_counts()