.is_significant_poscor | R Documentation |
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)
magnitude |
correlation coefficiency value |
pvalue |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.