How to get coverage ratio?
1
1
Entering edit mode
9.4 years ago
897598644 ▴ 100

Dear colleagues:

I have got whole exome sequencing data of dozens of samples. I want to know how we can get the exome data capture quality index of coverage ratio.

Any help that can help me to understand the question would be appreciated.

Best!

sequence next-gen-sequencing • 2.3k views
ADD COMMENT
1
Entering edit mode
9.4 years ago
Danielk ▴ 640

Sounds like a job for Picard CalculateHsMetrics.

Run it on each bam file, then check the column PCT_SELECTED in the output metrics file for each sample.

ADD COMMENT
0
Entering edit mode

Are there any examples of command lines to show how to achieve it?

ADD REPLY
0
Entering edit mode

It's something like

java -jar CalculateHsMetrics.jar INPUT=in.bam METRICS=metrics.txt

but do check the details of the syntax on their website, it changed recently so the above might not be correct (but correct-ish).

ADD REPLY
0
Entering edit mode

What would be the metrics.txt file look like?

ADD REPLY

Login before adding your answer.

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