Entering edit mode
9.4 years ago
Linda
▴
150
How can I use samtools to identify discordantly paired reads or is it even possible? I can use awk to simply output reads which are mapped on different chromosomes, and also reads where the distance between the pairs is significantly larger than expected but is there a way to do this via samtools?
just filter out flags 3854 ( http://broadinstitute.github.io/picard/explain-flags.html ) ? (
)