Skip to content
install.R 398 B
Newer Older
install.packages("rmarkdown")

Laurent Gatto's avatar
Laurent Gatto committed
BiocManager::install(c("usethis", "git2r", "devtools", "remotes"))
Laurent Gatto's avatar
Laurent Gatto committed
BiocManager::install("tidyverse")
Laurent Gatto's avatar
Laurent Gatto committed
BiocManager::install("SummarizedExperiment")
Laurent Gatto's avatar
Laurent Gatto committed
BiocManager::install("DESeq2")
BiocManager::install("UCLouvain-CBIO/rWSBIM2122")
Laurent Gatto's avatar
Laurent Gatto committed

Laurent Gatto's avatar
Laurent Gatto committed
# Install and load renkur, to use it in Addins menu
devtools::install_git("https://renkulab.io/gitlab/cchoirat/renkur.git")
library(renkur)