Entering edit mode
6.8 years ago
knagul
▴
10
Does picard CollectWGSMetrics take into account soft-clipped reads to estimate mean coverage? Aligner used is bwa-mem.
Does picard CollectWGSMetrics take into account soft-clipped reads to estimate mean coverage? Aligner used is bwa-mem.
The tool works by iterating over the provided reference and counting the number of read bases mapped to each reference base. The soft-clipped bases would be ignored in the total count because they wouldn't align to a given reference base. The other, non-clipped bases would be included in the total unless they were excluded for some other reason (mate overlap, no mate, duplicate read, etc).
So soft-clipped reads will be evaluated. Soft-clipped bases will be omitted from the counts.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.