This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Get rid of multimapped and unmapped reads for snp calling improvement

I'm doing snp calling for several projects in which either BWA or Bowtie2 was used to map reads to the reference genome. I use only reads with mapping quality >= 20 in my workflow. Can i be completely sure by doing so that all the multimapped and unmapped reads are not used for snp calling or i have to use other approach to filter out these reads? I.e. may multimapped and unmapped reads have the mapping quality >=20 in the BAM file produced by BWA or Bowtie2 aligners?

genome mapping snp illumina

Multimappers have usually a MAPQ of zero and unmapped reads have no MAPQ at all.

0 answers

No answers yet.

Log in to answer this question.