From the sequencing run multiple fastq files are generated after basecalling from fast5 files for a particular barcode of a species. Should I merge them before starting further analysis?
From the sequencing run multiple fastq files are generated after basecalling from fast5 files for a particular barcode of a species. Should I merge them before starting further analysis?
You didn't tell us what the next step would be in your analysis, so it's a little hard to give you a full answer. You can definitely merge them, but you probably don't have to. Most tools (aligners and assemblers) can take multiple files at the same time as input.
That was also my question; I'm trying to evaluate my first ONT data and I did both,
The number of mapped reads either way remaind identical. However, the merging bam files produced different output on igv compared to merging fastq first. The later looked way more reasonable and fitted better when considering all the produced alignment statistics. Therefore, it looks to me that merging the fastq files first is the way to go.
How did you at the end proceed?
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Thank you for your suggestion. Actually I will further process the data in this way like quality check, trimming, assembly & annotation. I have found few tools which take multiple files as input.