Entering edit mode
3.3 years ago
Matteo
▴
10
Hello,
I would like to implement the minimum and maximum depth filters in vcftools using the --minDP and --maxDP flags. Is there a standard way to calculate the thresholds for such filters?
Thanks in advance!
Matteo
vcftools is deprecated use
bcftools -i 'INFO/DP>1 && INFO/DP<1000'