View source: R/helper_function.R
compute_pvalue_edge | R Documentation |
This function computes p-value for edges based on permutation result.
compute_pvalue_edge(p, diff, diff_p, m)
p |
This is the number of biomarker candidates. |
diff |
This is the delta correlation or partial correlation matrix. |
diff_p |
This is the permutation result from either permutation_cor or permutation_pc. |
m |
This is the number of permutations. |
p-value for edges.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.