Dear All,
I would like use Samtools to discard reads from the bam file that fail to map as a proper pair.
Is this command correct?
I am wondering about the integer after the f option
Thanks,
Paolo
I would like use Samtools to discard reads from the bam file that fail to map as a proper pair.
Is this command correct?
Code:
samtools view -b-h -f 4 -o out.bam in.bam
Thanks,
Paolo
Comment