Skip to content

Instantly share code, notes, and snippets.

@andremolan
Last active January 16, 2019 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andremolan/6fe0124fef2a6c389325ee65ecd32900 to your computer and use it in GitHub Desktop.
Save andremolan/6fe0124fef2a6c389325ee65ecd32900 to your computer and use it in GitHub Desktop.
ADAM_packages
###
#Packages from CRAN repository
###
install.packages(c("Rcpp","pbapply","dplyr","BiocManager","DT","stringr","knitr"))
###
#Packages from Bioconductor
###
BiocManager::install("GO.db","KEGGREST","SummarizedExperiment")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment