EstNull {SiFINeT} | R Documentation |
EstNull This function is a Rcpp version of Wenguang Sun and Tony T. Cai's EstNull.func R function, estimating null distribution from data. Sun, W., & Cai, T. T. (2007). Oracle and Adaptive Compound Decision Rules for False Discovery Rate Control. Journal of the American Statistical Association, 102(479), 901–912.
Description
EstNull This function is a Rcpp version of Wenguang Sun and Tony T. Cai's EstNull.func R function, estimating null distribution from data. Sun, W., & Cai, T. T. (2007). Oracle and Adaptive Compound Decision Rules for False Discovery Rate Control. Journal of the American Statistical Association, 102(479), 901–912.
Usage
EstNull(x, gamma = 0.1)
Arguments
x |
Input vector of all coexpression values |
gamma |
Parameter setting the stopping threshold |
Value
List of mean and std
Author(s)
Qi Gao
[Package SiFINeT version 1.13 Index]