This is a test version of Biostars. For the public version, visit https://www.biostars.org.
WGCNA

Can any one help to solve this Error??

enter image description here

installation wgcna

1 answer

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

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

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

Log in to answer this question.