Cannot Install WGCNA
1
0
Entering edit mode
pthom010 • 0
@pthom010-23694
Last seen 20 months ago
United States

I am attempting to install WGCNA in R 4.2, but it is not successful. I tried running the following:

Error: package or namespace load failed for ‘WGCNA’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
 there is no package called ‘preprocessCore’
Bioconductor • 2.2k views
ADD COMMENT
0
Entering edit mode
shepherl 3.8k
@lshep
Last seen 1 hour ago
United States

If you first install preprocessCore and then try again?

BiocManager::install("preprocessCore")
BiocManager::install("WGCNA")

If you receive errors please show the whole output including the command you tried and any messages/errors.

ADD COMMENT

Login before adding your answer.

Traffic: 876 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6