This is a test version of Biostars. For the public version, visit https://www.biostars.org.
What is the advantage of having BAM files per sample compared to one BAM file containing all samples?

Hi,

I have multiple BAM files per sample and I would like to call SNPs from all of these files to analyze all samples together afterwards. Could it improve the SNP calling, when merging the BAM files together? Or does it make a difference for the VCFs produced afterwards?

Hope you can help me.

Best regards!

ngs bam snpcalling

pooling of BAM files was performed for 1000 Genomes project since the coverage of the whole-genome sequencing was low.

it allowed the detection of frequent SNPs with good accuracy.

nowadays, having a coverage of >30x on average, it does not make much sense to pool BAMs - even rare SNVs can be quite confidenlty detected (more complex with indels + complex regions, but this is another topic).

so the answer is - it depends on your task, do you want to find common SNPs in low coverage samples or you care about rare variants in OK covered ones.

Thanks for your reply. I want to analyze them later on all together in one PLINK file. So I want SNPs for all samples with high hard call rate. So I am not sure, if I understood it correctly what is the best way to do this?

Ok thanks, so the link you shared indeed talks about the advantages of joint genotype calling. That makes much more sense than just merging BAMs. Thanks a lot!

0 answers

No answers yet.

Log in to answer this question.