Description Usage Arguments Details Value Author(s) References See Also
Specifies most of the optional arguments of ebam
and find.a0
.
1 2 3 4 5 6 7 |
ebamControl(p0 = NA, p0.estimation = c("splines", "interval", "adhoc"),
lambda = NULL, ncs.value = "max", use.weights = FALSE)
find.a0Control(p0.estimation = c("splines", "adhoc", "interval"),
lambda = NULL, ncs.value = "max", use.weights = FALSE,
n.chunk = 5, n.interval = 139, df.ratio = NULL)
|
p0 |
a numeric value specifying the prior probability p0 that a gene is not
differentially expressed. If |
p0.estimation |
either |
lambda |
a numeric vector or value specifying the lambda values used in
the estimation of p0. If |
ncs.value |
a character string. Only used if |
use.weights |
should weights be used in the spline based estimation of p0? If
|
n.chunk |
an integer specifying in how many subsets the |
n.interval |
the number of intervals used in the logistic regression with repeated observations for estimating the ratio f0/f. |
df.ratio |
integer specifying the degrees of freedom of the natural cubic spline used in the logistic regression with repeated observations. |
These parameters should only be changed if they are fully understood.
A list containing the values of the parameters that are used in ebam
or find.a0
,
respectively.
Holger Schwender, holger.schwender@udo.edu
Efron, B., Tibshirani, R., Storey, J.D. and Tusher, V. (2001). Empirical Bayes Analysis of a Microarray Experiment. JASA, 96, 1151-1160.
Storey, J.D. and Tibshirani, R. (2003). Statistical Significance for Genome-Wide Studies. Proceedings of the National Academy of Sciences, 100, 9440-9445.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.