Learn R Programming

metaseqR (version 1.12.2)

combine.simes: 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 metaseqr help page or in the vignette).

Usage

combine.simes(p)

Arguments

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

Value

  • A vector of combined p-values.

Examples

Run this code
p <- matrix(runif(300),100,3)
pc <- combine.simes(p)

Run the code above in your browser using DataLab