when I run somaticseq "--run-mutect2 --run-vardict --run-lofreq --run-scalpel --run-strelka2 --run-somaticseq --run-workflow ", I found some indels had frequency of zero. For example,
chr1 156842000 . A AAGAAAACTGATGTAAAGTAG 0.0 REJECT MDLPK=1,0,0,0,0;NUM_TOOLS=1;LC=11.5;AF=0 GT:DP4:CD4:refMQ:altMQ:refBQ:altBQ:refNM:altNM:fetSB:fetCD:uMQ:uBQ:MQ0:VAF 0/0:258,267,0,0:501,24,0,0:59.8762:.:34.4876:.:0.12:.:1.00:1.00:.:.:0:0
and this mutant was detected by Mutect2 with a normal frequency as following,
chr1 156842000 . A AAGAAAACTGATGTAAAGTAG . PASS AS_FilterStatus=SITE;AS_SB_TABLE=254,268|2,8;DP=532;ECNT=2;GERMQ=93;MBQ=20,35;MFRL=185,155;MMQ=60,60;MPOS=13;POPAF=7.30;TLOD=22.44 GT:AD:AF:DP:F1R2:F2R1:FAD:PGT:PID:PS:SB 0|1:522,10:0.029:532:138,2:132,4:376,10:0|1:156841998_T_TTTAAAATATATATATTTTTTGCACATTTCTATGTATATTTCACAATAAAA:156841998:254,268,2,8
So, I wonder if this mutation can output a normal frequency like mutect2 ?
when I run somaticseq "--run-mutect2 --run-vardict --run-lofreq --run-scalpel --run-strelka2 --run-somaticseq --run-workflow ", I found some indels had frequency of zero. For example,
chr1 156842000 . A AAGAAAACTGATGTAAAGTAG 0.0 REJECT MDLPK=1,0,0,0,0;NUM_TOOLS=1;LC=11.5;AF=0 GT:DP4:CD4:refMQ:altMQ:refBQ:altBQ:refNM:altNM:fetSB:fetCD:uMQ:uBQ:MQ0:VAF 0/0:258,267,0,0:501,24,0,0:59.8762:.:34.4876:.:0.12:.:1.00:1.00:.:.:0:0
and this mutant was detected by Mutect2 with a normal frequency as following,
chr1 156842000 . A AAGAAAACTGATGTAAAGTAG . PASS AS_FilterStatus=SITE;AS_SB_TABLE=254,268|2,8;DP=532;ECNT=2;GERMQ=93;MBQ=20,35;MFRL=185,155;MMQ=60,60;MPOS=13;POPAF=7.30;TLOD=22.44 GT:AD:AF:DP:F1R2:F2R1:FAD:PGT:PID:PS:SB 0|1:522,10:0.029:532:138,2:132,4:376,10:0|1:156841998_T_TTTAAAATATATATATTTTTTGCACATTTCTATGTATATTTCACAATAAAA:156841998:254,268,2,8
So, I wonder if this mutation can output a normal frequency like mutect2 ?