Minimum and maximum depth filter - vcftools
0
0
Entering edit mode
21 months 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 • 567 views
ADD COMMENT
1
Entering edit mode

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

ADD REPLY

Login before adding your answer.

Traffic: 1514 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6