5 在RStudio中安装WGCNA包后调用WGCNA包提示错误

运行 install.packages("WGCNA")

后提示安装GO.db,IRanges,S4Vectors,Biobase,BiocGenerics,DBI,AnnotationDbi等一些列包,手动安装好这些包后

运行 library(WGCNA)

载入需要的程辑包:dynamicTreeCut

载入需要的程辑包:fastcluster


载入程辑包:‘fastcluster’


The following object is masked from ‘package:stats’:


    hclust


Error: package or namespace load failed for ‘WGCNA’ in rbind(info, getNamespaceInfo(env, "S3methods")):

 number of columns of matrices must match (see arg 2)

请先 登录 后评论

最佳答案 2018-11-12 21:57

卸了了重新安安,安装代码参考下链接里面的这个:https://www.omicsclass.com/question/379

请先 登录 后评论

其它 1 个回答

chen

用老师提供的代码重新安装了需要的包,顺利解决了问题!

请先 登录 后评论