simesAggregation {diffUTR} | R Documentation |
Simes p-value correction and aggregation, adapted from
link[limma]{diffSplice}
simesAggregation(p.value, geneid)
p.value |
A vector of p-values |
geneid |
A vector of group labels such as gene identifiers |
A named vector of aggregated p-values
p <- runif(50) genes <- sample(LETTERS,50,replace=TRUE) simesAggregation(p, genes)