Difference between revisions of "Calculating coverage"

From wiki
Jump to: navigation, search
(Created page with "= 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...")
 
Line 5: Line 5:
 
= Bedtools genomecov =
 
= Bedtools genomecov =
  
This is one of the most commonly used methods and requires loading of the bedtools module. The base of the command is
+
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>
 
  bedtools genomecov -bga -ibam <bamfile>
 +
 +
Explanation

Revision as of 17:53, 28 June 2016

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