simesAggregation: simesAggregation

View source: R/geneLevel.R

simesAggregationR Documentation

simesAggregation

Description

Simes p-value correction and aggregation, adapted from link[limma]{diffSplice}

Usage

simesAggregation(p.value, geneid)

Arguments

p.value

A vector of p-values

geneid

A vector of group labels such as gene identifiers

Value

A named vector of aggregated p-values

Examples

p <- runif(50)
genes <- sample(LETTERS,50,replace=TRUE)
simesAggregation(p, genes)

ETHZ-INS/diffUTR documentation built on March 18, 2023, 8:54 a.m.