StoreyLab / qvalue

R package to estimate q-values and false discovery rate quantities.
109 stars 36 forks source link

Add an import of stats #35

Closed MichaelChirico closed 1 year ago

MichaelChirico commented 1 year ago

stats is used several times in the package, e.g. https://github.com/StoreyLab/qvalue/blob/9b3f9a8af4dc8b680a6914d1fcc106e041b7c7a0/R/lfdr.R#L74

utils is only used twice, in one function:

https://github.com/StoreyLab/qvalue/blob/9b3f9a8af4dc8b680a6914d1fcc106e041b7c7a0/R/write_qvalue.R#L45