[BioC] GEOquery package

Dan Tenenbaum dtenenba at fhcrc.org
Wed Apr 25 08:07:55 CEST 2012


Hi Ben,

On Tue, Apr 24, 2012 at 1:21 PM, Ben Ganzfried
<benganzfried at post.harvard.edu> wrote:
> Hi--
>
> I'm trying to download the gene expression data for the following studies:
> GSE12945, GSE17536 and GSE18105.
>
> I was just wondering if anyone had any suggestions since I keep getting the
> following error when trying to load the GEOquery package:
>
>> library(GEOquery)
> Error in library(GEOquery) : there is no package called ‘GEOquery’
>

You have to install GEOquery before you can load it with library().
Do this to install it:

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


Dan

> Thanks in advance,
>
> Ben
>
>        [[alternative HTML version deleted]]
>
>
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at r-project.org
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor



More information about the Bioconductor mailing list