adjust_data | R Documentation |
Update data with Bonferroni and FDR adjustment
adjust_data(cohort, cpval, bn = TRUE, fdr = TRUE, filename = NULL, N = 0)
cohort |
Dataframe with CpGs related data |
cpval |
String with p-value column name |
bn |
Boolean if TRUE appends bonferroni adjustment column |
fdr |
Boolean if TRUE appends FDR adjustment column |
filename |
Optional, filename to write results, if NULL no results are writed in a file |
N |
Optional, informative value to write to a file with other descriptive data related to significative p-values. |
Data frame with original data with bonferroni and fdr adjusted data sorted by p-value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.