Entering edit mode
6.9 years ago
Gene_MMP8
▴
240
I have multiple bam files from cancer datasets and I want to check their quality. What I did was, I converted the bam to fastq using bedtools. I got two fastq read files (paired end) per bam file. Now I checked the quality of the fastq files generated using fastqc tool. This is how I am trying the find a good dataset for my analysis. Is this approach ok?
Thanks for your reply. I get your point. Let me rephrase. So now I have only bam files and I want to check the fastq quality of the files that produced these bam files, then is the above method ok?
You can directly run
fastqc
on bam files to get fastq quality. Skip time consumingBAM -> fastq
.But my reads are paired end. So to check quality of both reads, I need to make read 1 and read 2 for each bam file and then check it using fastqc tool. Isn't it?
Please define what you mean by "quality". There are so many things one can look for and it maybe depends on the goal of your analysis.
fin swimmer
Per base sequence quality