[BioC] Where do I find the golub_Train dataset?

Seth Falcon sfalcon at fhcrc.org
Tue Dec 19 16:48:56 CET 2006


"Benjamin Otto" <b.otto at uke.uni-hamburg.de> writes:

> Dear list members,
>
> Where do I find the "golub_Train" dataset. It is used in the idiogram
> package example however I neither can find it anywhere in the bioc package
> or CRAN repositories nor does it seem to be part of the golubEsets
> package.

If you read the example carefully, you will find:

    if(require(hu6800) && require(golubEsets)) {
       library(golubEsets)
       data(Golub_Train)

In any case, you want to install the golubEsets package.  You can do
so using biocLite.

+ seth



More information about the Bioconductor mailing list