Entering edit mode
7.4 years ago
jtwalker
▴
20
I have a fairly large (800< sample) VCF file that I would like to filter based on the depth of individual aligned samples. I initially attempted to filter based on the DP field, but this seems to be the total depth at a given site, rather than the depth of an individual at that site. Does anyone know how I could accomplish this?
Thanks
What about changing the genotypes of this sample (below 10) to missing instead of removing the sites completely?