.is_significant_correlation | R Documentation |
This function selects both positive and negative correlating genes based on coefficiency and pvalue.
It should not be used directly, only inside .combine_CORs_list()
function.
.is_significant_correlation(magnitude, pvalue)
magnitude |
correlation coefficiency value |
pvalue |
p value for Pearson correlation |
a data frame of both positive and negative correlating gene with correlation coefficiency and p value
Other helper function for correlation analysis:
.combine_CORs_list()
,
.combine_CORs_summary()
,
.get_cluster_genes()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.