combineMaxp: Combine p-values using the maximum p-value

View source: R/meta.R

combineMaxpR Documentation

Combine p-values using the maximum p-value

Description

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

Usage

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

pmoulos/metaseqR2 documentation built on March 14, 2024, 8:15 p.m.