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.
EstNull(x, gamma = 0.1)
List of mean and std
Input vector of all coexpression values
Parameter setting the stopping threshold
Qi Gao