Load and transform dataset

(a). Install Bioconductor biocLite package in order to access the golubEsets library. golubEsets contains the raw data used by Todd Golub in the original paper.


In [8]:
## Most code is commented in this cell since it is unnecessary and time-consuming to run it everytime.
options(repos='http://cran.rstudio.com/')
source("http://bioconductor.org/biocLite.R")
biocLite("golubEsets")
suppressMessages(library(golubEsets))


Error in file(filename, "r", encoding = encoding): internet routines cannot be loaded
Traceback:

1. source("http://bioconductor.org/biocLite.R")
2. file(filename, "r", encoding = encoding)

In [4]:
options(repos='http://cran.rstudio.com/')

In [5]:
source("http://bioconductor.org/biocLite.R")


Error in file(filename, "r", encoding = encoding): internet routines cannot be loaded
Traceback:

1. source("http://bioconductor.org/biocLite.R")
2. file(filename, "r", encoding = encoding)

In [6]:
biocLite("golubEsets")


Error in biocLite("golubEsets"): could not find function "biocLite"
Traceback:

In [ ]: