Skip to content

Instantly share code, notes, and snippets.

@mlovci
Last active August 29, 2015 14:07
Show Gist options
  • Save mlovci/d9f9911741505d76c7be to your computer and use it in GitHub Desktop.
Save mlovci/d9f9911741505d76c7be to your computer and use it in GitHub Desktop.
install monocle dependencies
install.packages(c("VGAM", "irlba", "matrixStats", "igraph",
"combinat", "fastICA", "grid", "ggplot2", "Hmisc",
"reshape2", "plyr", "parallel", "methods"), repos='http://cran.us.r-project.org')
source("http://bioconductor.org/biocLite.R")
biocLite()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment