How to compare coverage eveness of two whole genome sequencing runs of the same sample?
2
0
Entering edit mode
6.0 years ago
xuang • 0

We are comparing two library prep kits: Nextera DNA Flex Library Prep and TruSeq DNA PCR-Free Library Prep for whole genome sequencing. The purpose of this comparison is to predict how will they affect the result of CNV calling.

So we whole-genome-sequenced the same sample prepped with either of the two preps, mapped them to the reference genome with bwa mem.

Now we have the general mapping statistics but that is not enough. To evaluate how CNV calling will be affected, our fist idea is to evaluate the eveness of coverage, but don't know to evaluate that properly.

Any ideas or existing tools to compare the coverage?

sequencing CNV WGS Library Prep • 1.7k views
ADD COMMENT
0
Entering edit mode
6.0 years ago

One simple method would be to run multiBamSummary (or make normalized bigWig files with bamCoverage and then multiBigwigSummary), after which you can use tools like plotCorrelation and plotPCA to see how well the (possibly normalized) coverage compares across bins in your dataset.

ADD COMMENT
0
Entering edit mode

In this case which normalization method would you recommend for WGS

ADD REPLY
1
Entering edit mode

RPGC (aka 1X) normalization would be the simplest.

ADD REPLY
0
Entering edit mode
6.0 years ago

There is a rather simple tool designed to do exactly what you want: cnv-seq. Its a bit old but rather straightforward. I used it in the past and as far as I remember, it was easy to use and it made nice figures.

ADD COMMENT

Login before adding your answer.

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