How to calculate depth of coverage and applying read depth filter
1
0
Entering edit mode
4 weeks ago
Sd • 0

I want to calculate coverage for a CRAM file. I want to see how the coverage varies by chromosome in different genomic regions and apply filters for 1X, 10X, 20X, and 30X to compare the results. For example, applying a 10X filter means calculating and providing genomic regions with at least 20 read depth, excluding regions with below 20 read depth, and then providing coverage results. Is there a way to do this using samtools depth, samtools coverage, or any other tools?

Depth-of-Coverage CRAM WGS • 263 views
ADD COMMENT
0
Entering edit mode
4 weeks ago
ATpoint 82k

You can do that with https://github.com/brentp/mosdepth as a starting point and then postprocess the output.

ADD COMMENT

Login before adding your answer.

Traffic: 1736 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