Entering edit mode
10.6 years ago
stat.1405
▴
30
What is the different beween
- DP combined depth across samples, e.g. DP=154 - In INFO field.
- DP read depth at this position for this sample (Integer) - In Genotype field.
It is VCF format..
what I understand from your answer the first DP is for all of the sample at a position.
and the DP in genotype field is the read depth for a sample. If so, the INFO DP should be equal to the sum of DP at the same position.
in my data I have 20 sample. but the sum of their dp not equal to the dp in info field.
How depth, both per-sample and in toto, is calculated can vary by algorithm. Check the details (likely the source code, since it wouldn't surprise me if this isn't documented) of whatever program you used to call the variants.