Description Usage Arguments Value Author(s) See Also
Computes the value of the threshold Delta for a given FDR or number of genes/variables in a SAM or EBAM analysis.
1 2 |
object |
either a SAM or an EBAM object. |
fdr |
numeric value between 0 and 1 for which the threshold Delta and thus the
number of genes/variables should be obtained. Only one of |
genes |
integer specifying the number of genes/variables for which the threshold
Delta and thus the estimated FDR should be obtained. Only one of |
prec |
integer indicating the precision of the considered Delta values. |
initial |
a numeric vector of length two containing the minimum and the maximum value of
Delta that is initially used in the search for Delta. Both values must be larger than 0.
If |
verbose |
should more information about the search process be shown? |
If a value of Delta is found for the exact value of fdr
or genes
, then a vector
of length 3 consisting of Delta and the corresponding number of genes and the estimated FDR.
If such a value is not found, then a matrix with two rows and three columns, where the two
rows contain the number of genes/variables and the estimated FDR for the two considered values
of Delta that provide the closest upper and lower bounds to the desired FDR (if fdr
is
specified) or number of genes/variables (if genes
is specified.)
Holger Schwender, holger.schwender@udo.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.