Description Usage Arguments Details Value See Also Examples
View source: R/multtest_adjust.R
Adjust for multiple hypothesis testing after performing
statistical tests using dcTest
. This can be performed using a
method provided by the users. p.adjust
is used by default.
1 |
dcpvals |
a matrix, the result of the |
f |
a function, the function to be used for adjustment. |
... |
additional parameters to the adjustment function such as
|
Ensure that the p-value matrix passed to this function is the one
produced by dcTest
. Any modification to the result matrix will
result in failure of the function.
This method applies the adjustment method only to one triangle of the matrix to ensure adjustment is not performed for duplicated tests (symmetric matrix). As results from the DiffCoEx and EBcoexpress do not produce p-values, this method does not change anything thereby returning the original matrix.
a matrix, of adjusted p-values (or scores in the case of DiffCoEx and EBcoexpress) representing significance of differential associations.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.