simesAggregation | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.