Description Usage Arguments Value Author(s)
View source: R/fdrtool.quantile.R
Compute the null variances. The Z-score distribution is modeled as a Normal centered in 0. The variance is fitted at different level of tail-trimming.
1  | fdrtool.quantile(z, quant.int = seq(0.4, 1, 0.02), z.th = NULL)
 | 
z | 
 a vector with the Z-scores  | 
quant.int | 
 a vector with the quantiles to test for the estimation of the null normal variance.  | 
z.th | 
 the Z-score threshold to use to estimate the null normal variance, if 'quant.int=NULL'. If one value the same threshold is used for both duplication and deletion; if a vector, the threshold for duplication / deletions.  | 
a list with
sigma.est.dup | 
 the estimated null distribution variance for positive Z-scores  | 
sigma.est.del | 
 the estimated null distribution variance for negative Z-scores  | 
Jean Monlong
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.