I am wondering if it is possible to get the reads that map two postions at same time with samtools, I know that I could get those which map in one positions or all in two, but I am only interested in those which map at same time at two
Am I right if I use this filtering flag in samtools?
samtools view -c -F100 HG00330.1.M_120209_2.bam chr17:41247863-41247882 chr17:41243030-41243049
Thanks