Description Usage Arguments Details Author(s) See Also Examples
Transform a vector of p-values into weights.
1 |
pv |
vector of p-values |
threshold |
the threshold value that was used to select DE genes |
Computes a set of weights from p-values using the formula -log10(pv/threshold)
.
Calin Voichita and Sorin Draghici
1 2 3 | load(system.file("extdata/E-GEOD-21942.topTable.RData", package = "ROntoTools"))
head(alphaMLG(top$adj.P.Val))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.