Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to detect somatic mutations with allele frequencies nearly 0.01? #225

Open
wuyuling327 opened this issue Jan 10, 2023 · 1 comment
Open

Comments

@wuyuling327
Copy link

I want to detect the ctdna indel which frequency is ~1%(4000X), and I have tried the param --candidate-indel-input-vcf which have inclued the indel, but the strelka indel result still not reserve the indel.
I used the strelk2 latest version v2.9.10. And I alse tried to modify the Strelka/2.9.10/libexec/strelka2 all options, but is not useful.
Any suggestions to increase the strelka2 indel sensitivity?

@lmanchon
Copy link

lmanchon commented Mar 2, 2023

--Hi,

same problem, i can't detect SNV with VAF < 3%.
How to adjust that in the .ini config file ?
``
configureStrelkaGermlineWorkflow.py.ini file:

[StrelkaGermline]

maxIndelSize = 49

minMapq = 20

isWriteRealignedBam = 0

extraVariantCallerArguments =

extraStrelkaArguments = -used-allele-count-min-qscore 20 -min-qscore 10 --strelka-snv-min-qss-ref 0

``

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants