WGCNA
1
0
Entering edit mode
2.6 years ago
Nithya ▴ 10

Can any one help to solve this Error??

enter image description here

Installation WGCNA • 1.3k views
ADD COMMENT
1
Entering edit mode
2.6 years ago
tothepoint ▴ 800

There are few different ways: try installing Hmisc package first install.packages("hmisc") or using conda install -c r r-hmisc and then wgcna using

BiocManager::install("WGCNA")

or try with conda using conda install -c bioconda r-wgcna

ADD COMMENT
0
Entering edit mode

Thank you very much for replying.

By running the comment BiocManager::install("WGCNA") not working.. But instead of that as you mentioned by installing a separate library "hmisc" by using the code *install.packages("hmisc") before above comment its working..Thank you :)

ADD REPLY
0
Entering edit mode

An upvote will help others find this relevant solution..:)

ADD REPLY

Login before adding your answer.

Traffic: 2294 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