Description Usage Arguments Value Author(s) See Also Examples
The function generates a dataframe for a given range of FDRs.
1 |
fb |
Fitted bum model. |
fdr |
Vector of FDRs. |
labels |
Data frame labels. |
Dataframe of scores for given p-values and a range of FDRs.
Marcus Dittrich
1 2 3 4 5 | data(pvaluesExample)
pvals <- pvaluesExample[,1]
bum <- bumOptim(pvals, starts=10)
scores <- scanFDR(fb=bum, fdr=c(0.1, 0.001, 0.0001))
scores[1:10,]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.