.correlation_coefficient | R Documentation |
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)
gene1 |
gene name |
gene2 |
gene name |
df |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.