Hi guys,
I have simple small question. I was wondering if it would be fine to merge 4 runs into one fastq.gz file.
The 4 fastq files have one SRR: SRA010305
There are 4 fastq files on http://trace.ddbj.nig.ac.jp/DRASearc...?acc=SRX014987 and http://www.ebi.ac.uk/ena/data/view/SRX014987
I will use the the following code:
cat file 1.fastq 2.fastq 3.fastq 4.fastq > merged.fastq
or should I run tophat separately on each of the files.
I am looking for differential of expression between the different organs.
Thank you in advance.
I have simple small question. I was wondering if it would be fine to merge 4 runs into one fastq.gz file.
The 4 fastq files have one SRR: SRA010305
There are 4 fastq files on http://trace.ddbj.nig.ac.jp/DRASearc...?acc=SRX014987 and http://www.ebi.ac.uk/ena/data/view/SRX014987
I will use the the following code:
cat file 1.fastq 2.fastq 3.fastq 4.fastq > merged.fastq
or should I run tophat separately on each of the files.
I am looking for differential of expression between the different organs.
Thank you in advance.
Comment