Description Usage Arguments Details Author(s) See Also Examples
Perform a generalized intersection-union test for multiple sets of p-values
1 |
... |
two or more numeric vectors of p-values of the same length |
threshold |
a numeric scalar indicating the p-value threshold with which to estimate proportions |
The generalized IUT is a heuristic method that computes (probably) conservative p-values against the union null hypothesis. Consider each configuration of true/false nulls across comparisons, and the proportion of genes corresponding to each configuration. The generalized approach will search across the proportion space to identify the locally maximum p-value.
The landscape is fairly bumpy so convergence is not guaranteed. Rather,
optimization is initiated from the most relevant point, i.e., estimates of the
proportions obtained using a multi-comparison extension of Storey's method with
lambda set at threshold. Maximization will then, hopefully, give a
p-value above the true value.
This method depends on a large number of tests to obtain precise estimates
of the starting proportions, as well as the values for m1, m2,
and so on for each comparison (as described for diut). It also
assumes that the alternative distribution is the same within each comparison.
Aaron Lun
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.