Setting up a new mac
Table of Contents
These are my notes that I took while setting up a …
Installing R packages
Table of Contents
Notes to myself about installing R packages.
Installing from CRAN
install.packages(c("ape","sqldf","ROCR"), repos="http://cran.fhcrc.org/", dependencies=TRUE, clean=TRUE)
Bioconductor
source("http://bioconductor.org/biocLite.R") biocLite(c("Biostrings","BSgenome …