iuq | R Documentation |
Tail-area false discovery rates (FDRs) or 'q-values' are combined across multiple component tests to estimate a single q-value that represents the intersection of alternative hypotheses or the union of null hypotheses. In other words, this is an estimate of the rate at which tests called 'significant' at the specified omnibus q-value include at least one component condition that is called 'significant' due to chance alone.
iuq( qvec )
qvec |
vector of q-values, each corresponding to a component test. |
The omnibus q-value is greater than or equal to the maximum of the component q-values.
A single value that represents the rate at which tests called 'significant' at the specified omnibus q-value include at least one component condition that is called 'significant' due to chance alone.
Joshua Millstein
Millstein J, Chen GK, Breton CV. 2016. cit: hypothesis testing software for mediation analysis in genomic applications. Bioinformatics. btw135. PMID: 27153715.
# component q-values
qvec = c( .1, .04, .02, .11 )
# omnibus q-value
iuq( qvec )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.