Description Usage Arguments Value Author(s) Examples
View source: R/metaseqr.meta.R
This function combines p-values from the 
various statistical tests supported by 
metaseqR using the Bonferroni's method (see 
reference in the main metaseqr
help page or in the vignette).
| 1 | 
| p | a p-value matrix (rows are genes, columns are statistical tests). | 
A vector of combined p-values.
Panagiotis Moulos
| 1 2 | p <- matrix(runif(300),100,3)
pc <- combine.bonferroni(p)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.