dot-combinePVal: Compute combined p-value using Fisher's method for several...

.combinePValR Documentation

Compute combined p-value using Fisher's method for several pairs of p-values

Description

For a given set of N pairs of p-values, aggregates each respective pair of p-values into a combined p-value according to Fisher’s method

Usage

.combinePVal(r, s)

Arguments

r

vector of length N of the p-values corresponding to the first test

s

vector of length N of the p-values corresponding to the second test

Details

For a given set of N pairs of p-values, aggregates each respective pair of p-values into a combined p-value according to Fisher’s method. Applies the function .fishersCombinedPval to a whole set of N pairs of p-values.

Value

A vector of length N of the combined p-values


goncalves-lab/diffexpR documentation built on June 5, 2023, 10:18 p.m.