Problem in retrieving geo data sets
0
0
Entering edit mode
13 months ago
anasjamshed ▴ 120

I am trying to retrieve geodata sets "GSE146049" through the following commands:

#Creation of object(folder) exdir
exdir <- path.expand("~/GSE146049_RAW")
dir.create(exdir, showWarnings = FALSE)

URL < -"https://ftp.ncbi.nlm.nih.gov/geo/series/GSE146nnn/GSE146049/suppl/GSE146049_RAW.tar"
FILE <- file.path(tempdir(), basename(URL))

#Downlaod the Raw Data from GEO
utils::download.file(URL, FILE, mode = "wb")

But its throws the following errors:

Warning message in utils::download.file(URL, FILE, mode = "wb"):
"URL 'https://ftp.ncbi.nlm.nih.gov/geo/series/GSE146nnn/GSE146049/suppl/GSE146049_RAW.tar': status was 'Couldn't resolve host name'"
Error in utils::download.file(URL, FILE, mode = "wb"): cannot open URL 'https://ftp.ncbi.nlm.nih.gov/geo/series/GSE146nnn/GSE146049/suppl/GSE146049_RAW.tar'
Traceback:

1. utils::download.file(URL, FILE, mode = "wb")

How can I solve this issue? I want to get raw counts and then convert them by using TMM normalization

geo • 662 views
ADD COMMENT
0
Entering edit mode

This must be some local issue. That URL works. Did you try it in a browser?

ADD REPLY
0
Entering edit mode

is i working on your side? I am using jupyter notebook

ADD REPLY
0
Entering edit mode

Yes it gets about a 28 Mb file.

ADD REPLY
0
Entering edit mode

can you show me the screenshot?

ADD REPLY

Login before adding your answer.

Traffic: 2948 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