combineSimes {metaseqR2}R Documentation

Combine p-values with Simes' method

Description

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).

Usage

    combineSimes(p)

Arguments

p

a p-value matrix (rows are genes, columns are statistical tests).

Value

A vector of combined p-values.

Author(s)

Panagiotis Moulos

Examples

p <- matrix(runif(300),100,3)
pc <- combineSimes(p)

[Package metaseqR2 version 1.0.11 Index]