WGCNA
1
0
Entering edit mode
18 months ago
Nithya ▴ 10

Can any one help to solve this Error??

enter image description here

Installation WGCNA • 851 views
ADD COMMENT
1
Entering edit mode
18 months ago
tothepoint ▴ 760

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: 1184 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