View source: R/helper_function.R
compute_pvalue_edge_fdr | R Documentation |
This function computes fdr p-value for edges to adjust for multiple testing.
compute_pvalue_edge_fdr(p, pvalue_edge)
p |
This is the number of biomarker candidates. |
pvalue_edge |
This is p-value for edges from compute_pvalue_edge. |
Adjusted p-value for edges by fdr.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.