Minimum and maximum depth filter - vcftools
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
• 1,218 views
•
link
0 answers
No answers yet.
Log in to answer this question.
vcftools is deprecated use
bcftools -i 'INFO/DP>1 && INFO/DP<1000'