I'm trying to run the following function
qval <- qvalue(DE.object$p.value[, 2], fdr.level = 0.05)
And I get this error:
Error in density(x, adjust = adj) : unused argument (adjust = adj)
Can anyone help? Would be greatly appreciated
Thanks!
> sessionInfo()
R version 4.4.1 (2024-06-14 ucrt)
Platform: x86_64-w64-mingw32/x64
Running under: Windows 11 x64 (build 22631)
Thanks for your advice James. I couldn't find any other packages that use the density function. I also tried a simple test and got a different error:
Do you know what this error means?
```
I cleared the global environment, and that fixed the problem, qvalue is now working for me. Thanks for your help James, sorry I am still a beginner with R, am still learning how to use it properly.
Tim