You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am currently trying to use BEER for analyzing phip-seq data. However, when running the example code, I encountered an error message stating that the stats package may not be available when loading, but it's loaded. The code producing the error is as follows:
Could you please provide any insights on what could be causing this message:
Thank you in advance.
> edgeR_out <- runEdgeR(sim_data,
+ assay.names = c(logfc = "edgeR_logfc",
+ prob = "edgeR_logpval"))
Warning messages:
1: In serialize(data, node$con) :
'package:stats' may not be available when loading
2: In serialize(data, node$con) :
'package:stats' may not be available when loading
3: In serialize(data, node$con) :
'package:stats' may not be available when loading
4: In serialize(data, node$con) :
'package:stats' may not be available when loading
5: In serialize(data, node$con) :
'package:stats' may not be available when loading
6: In serialize(data, node$con) :
'package:stats' may not be available when loading
The text was updated successfully, but these errors were encountered:
I don't think this is a package specific problem. I suspect that it has to do either with BiocParallel or possibly with R/RStudio (see this BiocParallel GitHub issue, and this Posit post).
To help debug your problem, I would make sure that you are running the most recent version of R (and even RStudio).
Hi,
I am currently trying to use BEER for analyzing phip-seq data. However, when running the example code, I encountered an error message stating that the stats package may not be available when loading, but it's loaded. The code producing the error is as follows:
Could you please provide any insights on what could be causing this message:
Thank you in advance.
The text was updated successfully, but these errors were encountered: