StoreyLab / qvalue

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

Test and document truncated p-values #18

Open ewallace opened 4 years ago

ewallace commented 4 years ago

This is an attempted fix of the error where if truncated p-value distributions are input with default parameters, qvalue fails with Error in smooth.spline(lambda, pi0, df = smooth.df). This error has been raised repeatedlt, in #9, #17 and https://support.bioconductor.org/p/105623/ And I just had the same problem.

I made 2 changes to qvalue:

The goal is that users will encounter the error in the doucmentation and fix it quickly without needing to google.