threshold(object, grenander = FALSE, verbose = FALSE, ...)
"threshold"(object, grenander = FALSE, verbose = FALSE,
...)
Estimation of the threshold is independent of the computation performed by the 'estimate' method.
A reasonable estimate for the cutoff value $Theta$ can be chosen such that $|Lambda >= Theta| = R$.
The Grenander estimator for the cumulative density results in a conservative estimate for the number of significant probes with decreased variance.
A reasonable subsequent step is to call 'regions' to find distinct Loci of Enhanced Significance.
les-package
Class:
Les
Methods and functions:
Les
estimate
threshold
regions
ci
export
plot
data(spikeInStat)
x <- Les(pos, pval)
x <- estimate(x, 200)
x <- threshold(x, verbose=TRUE)
Run the code above in your browser using DataLab