combineMaxp | R Documentation |
This function combines p-values from the various statistical tests supported by metaseqR by taking the maximum p-value.
combineMaxp(p)
p |
a p-value matrix (rows are genes, columns are statistical tests). |
A vector of combined p-values.
Panagiotis Moulos
p <- matrix(runif(300),100,3)
pc <- combineMaxp(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.