R/COR.R
dot-is_significant_correlation.Rd
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)
correlation coefficiency value
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()