Download NCBI GEO dataset
1
0
Entering edit mode
4.0 years ago
ATCG ▴ 380

Hi, I am trying to download a dataset with accession number GSEXXXXX from NCBI GEO. I would prefer to use a unix command like wget and to download the fastq files or raw data. Can someone please help, I have gone through other posts but I still can't find an easy way to download the fastq. Thanks!

RNA-Seq GEO GSE • 4.2k views
ADD COMMENT
0
Entering edit mode

Use tool sra-explorer to generate the necessary command lines to download the data. Tutorial for it is here: sra-explorer : find SRA and FastQ download URLs in a couple of clicks

ADD REPLY
0
Entering edit mode
4.0 years ago
wm ▴ 550

That is a easy way using sra-explorer, as posted above.

Here is another option: If you want to explore the submission on your own, here are some brief info: GEO saved the "processed data", and SRA saved the fastq files.

So, you can get the fastq files from the SRA accession list for the GEO submission, Also, you can find more "processed files" in the GEO page.

  1. Go to the GEO website: https://www.ncbi.nlm.nih.gov/geo/, and search your record (eg: GSE44588)

  2. find "SRA" or "Bioproject" under the Relations section, (eg: SRA SRP018820)

  3. Follow the link SRP018820 to the page, and choose "sent to" ->"Run Selector" -> "Go", then you can find the SRA lists, and corresponding information.

  4. You can find "Accession List" and "Meta data" under the "Select" section, and you can get what you want. (eg: Accession List)

  5. After that, you can download sra files using prefetch, and convert it to fastq files using fastq-dump and fasterq-dump.

    $ prefetch SRR753055
    $ fasterq-dump SRR753055.sra

ADD COMMENT

Login before adding your answer.

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