Skip to content

Instantly share code, notes, and snippets.

@stephenturner
Created July 2, 2015 13:57
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 stephenturner/adeb6615339f5f3a65e7 to your computer and use it in GitHub Desktop.
Save stephenturner/adeb6615339f5f3a65e7 to your computer and use it in GitHub Desktop.
install.packages("dynamicTreeCut")
install.packages("RPMM")
install.packages("sqldf")
install.packages("parallel")
install.packages("data.table")
install.packages("shiny")
install.packages("ggplot2")
install.packages("plyr")
install.packages("dplyr")
install.packages("tidyr")
install.packages("stringr")
source("http://bioconductor.org/biocLite.R")
biocLite()
biocLite("impute", ask=FALSE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment