Description Usage Arguments Value Author(s) References Examples
The function calculates a score for each gene with a given FDR from the fitted beta-uniform mixture model.
1 | scoreFunction(fb, fdr=0.01)
|
fb |
Model from the beta-uniform mixture fitting. |
fdr |
Numeric constant, from the false discovery rate a p-value threshold is calculated. P-values below this threshold are considered to be significant and will score positively, p-values a bove the threshold are supposed to arise from the null model. The FDR can be used to control the size of the maximum scoring subnetwork, by zooming in and out in the same region. |
Score vector for the given p-values.
Marcus Dittrich and Daniela Beisser
For details on the score calculation see: M. T. Dittrich, G. W. Klau, A. Rosenwald, T. Dandekar, T. Mueller (2008) Identifying functional modules in protein-protein interaction networks: an integrated exact approach. (ISMB2008) Bioinformatics, 24: 13. i223-i231 Jul.
1 2 3 4 5 | data(pvaluesExample)
pvals <- pvaluesExample[,1]
bum.mle <- fitBumModel(pvals, plot=FALSE)
scores <- scoreFunction(fdr=0.1, fb=bum.mle)
scores
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.