qvalue.restricted {WGCNA} | R Documentation |
qvalue convenience wrapper
Description
This function calls qvalue
on finite input p-values, optionally traps errors from the q-value
calculation, and returns just the q values.
Usage
qvalue.restricted(p, trapErrors = TRUE, ...)
Arguments
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 |
Value
A vector of q-values. Entries whose corresponding p-values were not finite will be NA
.
Author(s)
Peter Langfelder
See Also
[Package WGCNA version 1.72-5 Index]