Skip to content

Instantly share code, notes, and snippets.

@kdm9
Created July 31, 2014 05:40
Show Gist options
  • Save kdm9/406dbfc88b7cbd8913d7 to your computer and use it in GitHub Desktop.
Save kdm9/406dbfc88b7cbd8913d7 to your computer and use it in GitHub Desktop.
Ben R setup
install.packages(c("methods", "Rcpp", "devtools", "ape"))
source("http://bioconductor.org/biocLite.R")
biocLite()
biocLite("GenomicRanges")
biocLite("Biobase")
biocLite("rhdf5")
install_github("vsbuffalo/tasselr")
install.packages("seqinr",repos = "http://cran.csiro.au/")
install.packages("phangorn",repos = "http://cran.csiro.au/")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment