Calculating coverage

From wiki
Revision as of 17:53, 28 June 2016 by Rf (talk | contribs)
Jump to: navigation, search

Introduction

Coverage can be calculated in several different ways and this pages aims to describe a few of them

Bedtools genomecov

This is one of the most commonly used methods and requires loading of the bedtools module, also used in the callSNPs.py tool. The base of the command is

bedtools genomecov -bga -ibam <bamfile>

Explanation