Open PabloCabaleiro opened 3 years ago
Hi Pablo,
I've looked at the data and it seems that the problem is in option -q 10
. There is possibility of complex variants TAGC->CAGA/G also and VarDict changed the way to recognize complex variants since 1.5.8. If you will increase -q threshold, the variant will appear, as bases from complex variant have bad base quality. Even -q 11
will work.
Hope this helps!
Hi Polina,
Thank you very much for your fast answer. I will try to optimize the -q option then with a few more samples and I will comment you the results.
Regards
I have a problem with VarDict 1.8.2 calling amplicon based sequenced samples. I attach a sample with a SNP and an indel that are not being called in this version or VarDict 1.6.0. Nevertheless, the SNPs is called by Vardict 1.5.8. Also, I’ve run the sample with bcftools call and both variants are reported using the same files. The command and the output are the following:
samtools mpileup -A -B -h 400 -C10 -m 3 -F0.0002 -L 100000 -d 100000 -DSgu -f GRCh37.fa -l regions.bed example.bam | bcftools call -mv -
The command executed with VarDict:
VarDict_1.8.2 -q 10 -th 10 -N p -f 0.1 -G GRCh37.fa -b example.bam -c 1 -S 2 -E 3 -g 4 regions.bed --nosv -P 1 -F 0 | teststrandbias-1.8.2.R | var2vcf_valid-1.8.2.pl -d 100 -f 0.1 -E -A
I’ve also tried the VarDict’s Amplicon mode with same results:
VarDict_1.8.2 -q 10 -th 10 -N p -f 0.1 -G GRCh37.fa -b example.bam -c 1 -S 2 -E 3 -g 4 regions_amplicon.bed --nosv -P 1 -F 0 | teststrandbias-1.8.2.R | var2vcf_valid-1.8.2.pl -d 100 -f 0.1 -E -A
The SNP reported only with VarDict 1.5.8 was called like:
I attach the alignments and the regions of interest. Is it possible to be a configuration issue? I'd be very grateful for any suggestions!
example_data.zip