Skip to content
Snippets Groups Projects
install_deseq2-wrapper.R 168 B
#!/usr/bin/env Rscript
install.packages("devtools")
library(devtools)
install_gitlab("LBMC/regards/deseq2-wrapper", host = "https://gitbio.ens-lyon.fr", quiet = FALSE)