Getting this information from WGS
1
0
Entering edit mode
4.0 years ago
zizigolu ★ 4.3k

Hi

I have a set of .vcf files from WGS, I have been asked about the sequencing depth of this data

Can I know what is the sequencing depth from .vcf files?

WGS • 524 views
ADD COMMENT
3
Entering edit mode
4.0 years ago
morovatunc ▴ 550

The cleanest way would be getting bam file and calculating average read depth.

If you dont have an access to this, variant callers provide depth value. So my suggestion would be to parse that each call in the VCF to calculate average. But I would be careful while doing this because callers usually report the number of reads which passes all of their quality filtration.

If you are going to the second method, please first couple lines of your vcf so that we can see the header + call information. Unfortunetly not all callers are same.

For your future questions, if you are asking a question regarding a vcf, its usually cleanest to share some part of it so what we can help you faster and cleaner.

Cheers!

ADD COMMENT

Login before adding your answer.

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