qvalue.restricted | R Documentation |
This function calls qvalue
on finite input p-values, optionally traps errors from the q-value
calculation, and returns just the q values.
qvalue.restricted(p, trapErrors = TRUE, ...)
p |
a vector of p-values. Missing data are allowed and will be removed. |
trapErrors |
logical: should errors generated by function |
... |
other arguments to function |
A vector of q-values. Entries whose corresponding p-values were not finite will be NA
.
Peter Langfelder
qvalue
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.