Closed dlaehnemann closed 2 years ago
Originally, the fgsea() function had an argument nperm= that determined the precision of p-value estimates. See for example this legacy documentation: https://bioconductor.org/packages/3.10/bioc/vignettes/fgsea/inst/doc/fgsea-tutorial.html
fgsea()
nperm=
Starting with bioconductor 3.11, this precision is now directly specified via the eps= argument. See for example this version of the documentation: https://bioconductor.org/packages/3.11/bioc/vignettes/fgsea/inst/doc/fgsea-tutorial.html
3.11
eps=
Originally, the
fgsea()
function had an argumentnperm=
that determined the precision of p-value estimates. See for example this legacy documentation: https://bioconductor.org/packages/3.10/bioc/vignettes/fgsea/inst/doc/fgsea-tutorial.htmlStarting with bioconductor
3.11
, this precision is now directly specified via theeps=
argument. See for example this version of the documentation: https://bioconductor.org/packages/3.11/bioc/vignettes/fgsea/inst/doc/fgsea-tutorial.html