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

Reducing Indel False Positives in Somatic Variant Detection #285

Open
jasmin774 opened this issue Sep 10, 2024 · 0 comments
Open

Reducing Indel False Positives in Somatic Variant Detection #285

jasmin774 opened this issue Sep 10, 2024 · 0 comments

Comments

@jasmin774
Copy link

Hello,

I am using Octopus to detect somatic variants, but I am encountering a high number of false positives, particularly with indels. In many cases, ALT alleles are also found in the Normal sample, contributing to these false positives.

I have two questions:

Are there any Octopus options or parameter adjustments that could help reduce indel false positives?
Is there a recommended approach for re-filtering the VCF based on allele frequency (or read depth) to further reduce false positives?
Any guidance would be greatly appreciated.

Thank you!

Octopus: version=0.7.4
Genome: mouse mm10

octopus
-R ${ref} --threads ${threads}
-I ${dir}/${normal_bam} ${dir}/${tumor_bam}
-o ${tumor}_${normal}.octopus.vcf.gz
-N ${normal}

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

1 participant