ramhiser / datamicroarray

A collection of small-sample, high-dimensional microarray data sets to assess machine-learning algorithms and models.
104 stars 42 forks source link

Add Su et al. (2002) Novartis multi-tissue data set #9

Closed ramhiser closed 11 years ago

ramhiser commented 11 years ago

I worked with this data set in the ClustOmit paper. See the su.r script for more information.

ramhiser commented 11 years ago

I'll have to download this data set from Bioconductor later. It's currently unavailable -- see below.

> source("http://bioconductor.org/biocLite.R")
> biocLite("fabiaData")

Warning message:
  package ‘fabiaData’ is not available (for R version 2.15.1)
ramhiser commented 11 years ago

Although the package is unavailable via biocLite, I was able to download the package manually from the Bioconductor website. I am adding the data set to the datamicroarray package, but this could break later when the automated run_me.r script is executed.