Wgs Coverage
1
1
Entering edit mode
10.7 years ago
hellbio ▴ 520

Hi,

I would like to find out the coverage of a whole genome sample, (i need a value like 30X). For this i have used GATK to calculate the depth of coverage with the following command:

GenomeAnalysisTK.jar -R ref.fasta -T DepthOfCoverage -I input.bam -o out.txt

The output looks like

Locus Total_depth Average_depth Depth _for_sample

chr1:252053 93 93.00 93

chr1:252054 94 94.00 94

chr1:252055 91 91.00 91

chr1:252056 91 91.00 91

chr1:252057 91 91.00 91

chr1:252058 91 91.00 91

.

.

.

chrX:123834044 9 9.00 9

chrX:123834045 8 8.00 8

I have calculated the mean for the Total_depth (second column) across all the chromosomes and it gives 101. Does this mean that the sample depth is 101X? Could someone comment if im interpreting wrong.

coverage gatk • 3.0k views
ADD COMMENT
1
Entering edit mode

Yup for informal purpose you can say that you have an average coverage of 100x.

ADD REPLY
0
Entering edit mode
10.7 years ago
William ★ 5.3k

You can use qualimap to get more detailed information about your coverage:

http://qualimap.bioinfo.cipf.es/

ADD COMMENT
0
Entering edit mode

thanks for the info. Here i would like to know whether my interpretation is correct or not

ADD REPLY
0
Entering edit mode

I don't know. But I do know that you shouldn't need to do any calculations yourself to find out the whole genome coverage for a sample.

ADD REPLY

Login before adding your answer.

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