From 1f33f89bf5cc40ce4ad1d53b5eba20e17535eebf Mon Sep 17 00:00:00 2001 From: fdulezi Date: Tue, 29 Sep 2020 18:33:57 +0800 Subject: [PATCH] Update step0-install.R --- GSE42872_main/step0-install.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GSE42872_main/step0-install.R b/GSE42872_main/step0-install.R index 361b262..fb74c2c 100644 --- a/GSE42872_main/step0-install.R +++ b/GSE42872_main/step0-install.R @@ -38,7 +38,7 @@ BiocManager::install(c("genefu","org.Hs.eg.db","hgu133plus2.db" ),ask = F,update # BiocInstaller::biocLite(c("impute")) options()$repos -install.packages('WGCNA') +BiocManager::install("WGCNA",ask = F,update = F) install.packages(c("FactoMineR", "factoextra")) install.packages(c("ggplot2", "pheatmap","ggpubr")) library("FactoMineR")