combineMinp: Combine p-values using the minimum p-value

View source: R/meta.R

combineMinpR Documentation

Combine p-values using the minimum p-value

Description

This function combines p-values from the various statistical tests supported by metaseqR by taking the minimum p-value.

Usage

    combineMinp(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 <- combineMinp(p)

pmoulos/metaseqR2-local documentation built on May 21, 2024, 3:46 a.m.