This is a test version of Biostars. For the public version, visit https://www.biostars.org.
RNAseq raw data for expression analysis

Where can I get RNAseq raw data (paired end fastq format) for expression analysis?

rna-seq

1 answer

Dominating resources are Sequence Read Archive (SRA) database and European Nucleotide Archive (ENA). From ENA you can download fastq files directly, from SRA you have to download .sra format and then convert it to fastq using fastq-dump for example. I personally prefer SRA because I like its search and query building engine.

Yes it seems to be the correct file. Note that for downloading and converting files from SRA you better use sratoolkit, which is a command line-based set of tools to work with SRA.

After downloading and unzipping I got 17G sra_data.fastq file. But I need paired end data, as per the link it is paired end, but after extraction there is only one fastq file. I am confused at this point of time.

How exactly have you download the data? For me fastq-dump --split-3 SRR925687 worked perfectly well downloading paired end reads (each file is 8.4 Gb)

Log in to answer this question.