Description Usage Arguments Value Author(s) See Also Examples
Function to change score offset from FDR1 to FDR2.
1 | scoreOffset(fb, fdr1, fdr2)
|
fb |
Model from the beta-uniform mixture fitting. |
fdr1 |
First false discovery rate. |
fdr2 |
Second false discovery rate. |
Offset for the score of the second FDR.
Marcus Dittrich
1 2 3 4 | data(pvaluesExample)
pvals <- pvaluesExample[,1]
bum <- bumOptim(pvals, starts=10)
scoreOffset(bum, fdr1=0.001, fdr2=0.000001)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.