GEOquery error
2
0
Entering edit mode
Reema Singh ▴ 570
@reema-singh-4373
Last seen 9.6 years ago
Hi All I am using GEOquery package to convert the dataset into expression set..But i m getting the following error.Here my script. library(Biobase) library(GEOquery) library(limma) gds <- getGEO(filename="/home/reemas/Desktop/GDS2821.soft.gz") eset <- GDS2eSet(gds,do.log2=TRUE) Error in download.file(myurl, destfile, mode = mode, quiet = TRUE) : cannot open URL ' ftp://ftp.ncbi.nih.gov/pub/geo/DATA/annotation/platforms/GPL570.annot. gz' Internet connection is there on my machine,then why its not connecting to ftp.. * REGRADS~ Reema Singh * [[alternative HTML version deleted]]
convert GEOquery convert GEOquery • 1.2k views
ADD COMMENT
0
Entering edit mode
Dan Tenenbaum ★ 8.2k
@dan-tenenbaum-4256
Last seen 3.1 years ago
United States
On Mon, Dec 13, 2010 at 5:18 AM, Reema Singh <reema28sep@gmail.com> wrote: > Hi All > > I am using GEOquery package to convert the dataset into expression set..But > i m getting the following error.Here my script. > > library(Biobase) > library(GEOquery) > library(limma) > gds <- getGEO(filename="/home/reemas/Desktop/GDS2821.soft.gz") > eset <- GDS2eSet(gds,do.log2=TRUE) > > Error in download.file(myurl, destfile, mode = mode, quiet = TRUE) : > cannot open URL ' > ftp://ftp.ncbi.nih.gov/pub/geo/DATA/annotation/platforms/GPL570.anno t.gz' > > Internet connection is there on my machine,then why its not connecting to > ftp.. > > Hi Reema, Sometimes it appears the ftp server at NIH is not reliable. I suggest you try again. Dan > * > REGRADS~ > > Reema Singh > * > > [[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor@r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor > [[alternative HTML version deleted]]
ADD COMMENT
0
Entering edit mode
@sean-davis-490
Last seen 12 weeks ago
United States
Hi, Reema. Try setting the download.file.method to curl: options("download.file.method"="curl") Sean On Dec 13, 2010 8:20 AM, "Reema Singh" <reema28sep@gmail.com> wrote: > Hi All > > I am using GEOquery package to convert the dataset into expression set..But > i m getting the following error.Here my script. > > library(Biobase) > library(GEOquery) > library(limma) > gds <- getGEO(filename="/home/reemas/Desktop/GDS2821.soft.gz") > eset <- GDS2eSet(gds,do.log2=TRUE) > > Error in download.file(myurl, destfile, mode = mode, quiet = TRUE) : > cannot open URL ' > ftp://ftp.ncbi.nih.gov/pub/geo/DATA/annotation/platforms/GPL570.anno t.gz' > > Internet connection is there on my machine,then why its not connecting to > ftp.. > > * > REGRADS~ > > Reema Singh > * > > [[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor@r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor [[alternative HTML version deleted]]
ADD COMMENT

Login before adding your answer.

Traffic: 974 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6