This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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

vcftools

vcftools is deprecated use bcftools -i 'INFO/DP>1 && INFO/DP<1000'

0 answers

No answers yet.

Log in to answer this question.