This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Multiple SRR files correspond to the same GSM in GEO

Hi

If there are multiple SRR files correspond to the same GSM in GEO database (GSE178366) as bellow enter image description here

How should I process it before mapping ?(merge these two fastq files?)

Thank you

fastq geo

1 answer

I'd look carefully at the GSM record for this. But the most likely explaination is that the same sample was run on different lanes to generate enough sequence. If thats the case then you can merge the fastqs before starting your analysis.

OK got it thank so much

I can use "cat" merge them directly right?

Yes you can merge two gzip compressed files by the same command..

OK thank you so much

Log in to answer this question.