I am working on a cancer sample exome data. I have used bowtie2 for alignment, samtools mpileup to call variations and snpEff for annotation. I am going to use vcfutils.pl varFilter to filter out false positive variations. I would like to know about the optimal value for the following filtering criterias :

Read Depth (DP)

Number of reads showing variation (DP4)

P value (PV4)

HWE P value (HWE)

Mapping quality (MQ)

Is there are any other important criterias to be considered to filter out false positives or any other potential tools?

Similar questions and discussions