You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2026. It is now read-only.
Hi,
We have a discordance issue and we just can't find the reason. Can anyone help us out?
We tested 3 clinical samples (same DNA extract) in one sequencing run.
In 2 of the 3 samples there is (an expected) call of TP53 E343* (NM_000546.5) (genomic position: 17: 7,574,000 C>A).
In one sample (1808-02528-2) this variant is not called by VardictJava -however, the mismatch is present in the .bam (bwa-mem aligner). The variant is close to the 3' end of the amplicon and in the sample where the variant is missed, we see a strong coverage drop in the adjacent amplicon. Do we miss an option to correct for this?
Hi,
We have a discordance issue and we just can't find the reason. Can anyone help us out?
We tested 3 clinical samples (same DNA extract) in one sequencing run.
In 2 of the 3 samples there is (an expected) call of TP53 E343* (NM_000546.5) (genomic position: 17: 7,574,000 C>A).
In one sample (1808-02528-2) this variant is not called by VardictJava -however, the mismatch is present in the .bam (bwa-mem aligner). The variant is close to the 3' end of the amplicon and in the sample where the variant is missed, we see a strong coverage drop in the adjacent amplicon. Do we miss an option to correct for this?
The commandline for Vardict we use:
vardictcmd = '/home/sam/Scripts/VarDictJava/build/install/VarDict/bin/VarDict -G /home/sam/Downloads/hg19.fa -f ' + AF_THR + ' -N ' + samplename + ' -th ' + threads + ' -b ' + filepath + ' -z -c 1 -S 2 -E 3 -g 4 -r 5 ' + bedfile + ' | /home/sam/Scripts/VarDictJava/VarDict/teststrandbias.R | /home/sam/Scripts/VarDictJava/VarDict/var2vcf_valid.pl -N ' + samplename + ' -E -A -f ' + AF_THR + ' > ' + outvcfpath
A screenshot of the .bam files in attachment.
