combineSimes {metaseqR2} | R Documentation |
This function combines p-values from the
various statistical tests supported by
metaseqR using the Simes' method (see
reference in the main metaseqr2
help page or in the vignette).
combineSimes(p)
p |
a p-value matrix (rows are genes, columns are statistical tests). |
A vector of combined p-values.
Panagiotis Moulos
p <- matrix(runif(300),100,3) pc <- combineSimes(p)