Need help in downloading CEL files for multiple datasets from GEO in one go
0
1
Entering edit mode
6.3 years ago
sndbt123 ▴ 10

Hi, I have a list of GSE ids (say around 200) from GEO database, whose CEL files belonging to different GSE id, I need to download one after another. Can anyone share the script.

geo next-gen RNA-Seq R python • 1.9k views
ADD COMMENT
1
Entering edit mode

See if this works. I will move it to an answer when you confirm.

Using NCBI eUtils (replace GSE number as needed, use another loop outside the one below for multiple searches):

for i in `esearch -db gds -query GSE92586 | efetch -format docsum | xtract -pattern DocumentSummary -element FTPLink`; do wget $i/suppl/*.gz ; done
ADD REPLY

Login before adding your answer.

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