Description Usage Arguments Value See Also Examples
View source: R/ewas_pval_adjust.R
Add corrected p-values to the output of EWAS
1 | ewas_pval_adjust(ewas_result, bonferroni = TRUE, fdr = TRUE)
|
ewas_result |
data frame of ewas result |
bonferroni |
boolean - calculate bonferroni correction (default=TRUE) |
fdr |
boolean - calculate fdr correction (default=TRUE) |
the input data frame with added columns for the adjusted p-values
Other analysis functions: ewas
1 2 3 4 | ## Not run:
ewas_pval_adjust(ewas_result)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.