add_qvalue | R Documentation |
This function takes a results table and augments it with columns
containing q-values and local FDR values computed using
qvalue::qvalue()
add_qvalue(ttab, ...)
ttab |
A table of results produced by |
... |
Additional arguments are passed to |
If a p-value column cannot be found or if the q-value computation
fails, ttab
will be returned with no new columns added, with a
warning. This might happen if the p-value distribution is highly
atypical, such that it is impossible to meaningfully estimate
pi0
.
ttab
possibly with two new columns added, named "QValue"
and "LocFDR".
#TODO steal from topTable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.