How to extract high coverage region from BAM?
I want to extract ABNORMAL high coverage region from BAM or SAM files
'ABNORMAL high coverage' -- More than twice the size of average coverage
• 2,291 views
•
link
1 answer
- get the mean coverage with gatk: https://software.broadinstitute.org/gatk/documentation/tooldocs/current/org_broadinstitute_gatk_tools_walkers_coverage_DepthOfCoverage.php
- get the positions having a depth > 'x' with
samtools depthandawk(search biostars for this)
• 0 views
•
link
Log in to answer this question.