Rdocumentation
powered by
Learn R Programming
metaseqR (version 1.12.2)
wp.adjust: Multiple testing correction helper
Description
A wrapper around the
p.adjust
function to include also the qvalue adjustment procedure from the qvalue package. Internal use.
Usage
wp.adjust(p, m)
Arguments
p
a vector of p-values.
m
the adjustment method. See the help of
p.adjust
.