From 6240bb729a7a56683633816c60aec90e42350830 Mon Sep 17 00:00:00 2001 From: "yi.hsiao" Date: Mon, 4 Mar 2024 12:11:47 -0500 Subject: [PATCH] update installation instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5527377..5e570e3 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ renv::install("bioc::limma") renv::install("bioc::MSnbase") renv::install("bioc::SummarizedExperiment") renv::install("bioc::cmapR") +renv::install("bioc::ConsensusClusterPlus") renv::install("Nesvilab/FragPipeR") ```