Hi,
I have some questions about the samtools mpileup usage, what kind of filters does it apply before generating the consensus (or variant call)?
1. it seems all reads with the IsProperPair flag unset (0) are all discarded. Unfortunately, none of the reads in my BAM files has this flag set, so running samtools mpileup gives a blank output.
2. what about orphan reads (i.e., one read is mapped but not the mate, so it could not possibly be a "proper pair")? Yet, I'd like to incorporate info from these reads to make variant calling
3. I'd suppose mpileup will discard reads with 0 mapping quality, but just want to confirm
Thanks,
I have some questions about the samtools mpileup usage, what kind of filters does it apply before generating the consensus (or variant call)?
1. it seems all reads with the IsProperPair flag unset (0) are all discarded. Unfortunately, none of the reads in my BAM files has this flag set, so running samtools mpileup gives a blank output.
2. what about orphan reads (i.e., one read is mapped but not the mate, so it could not possibly be a "proper pair")? Yet, I'd like to incorporate info from these reads to make variant calling
3. I'd suppose mpileup will discard reads with 0 mapping quality, but just want to confirm
Thanks,

Comment