How does picard CollectWGSmetrics estimate coverage on Soft-Clipped Reads?
1
1
Entering edit mode
6.2 years ago
knagul ▴ 10

Does picard CollectWGSMetrics take into account soft-clipped reads to estimate mean coverage? Aligner used is bwa-mem.

coverage WGS • 1.7k views
ADD COMMENT
1
Entering edit mode
6.2 years ago
Dan D 7.4k

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.

ADD COMMENT

Login before adding your answer.

Traffic: 2346 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6