-
Notifications
You must be signed in to change notification settings - Fork 86
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
DEL not considering VAF Input #183
Comments
Sure - could you let me know which version you're using (I'd recommend the latest commit on github) and an example of a deletion from your mutation input file? |
Hi, These are the test examples: 1. 2. 3. As you can see all VAFs in output files are 1.0. My goal is to find a way to calculate the number of DUPs (copy numbers) and VAF of deletions in the output file. If I have DUP 5 in input file, how can I find that information in the output file (except visually inspecting in BAM Viewer). As for the version, it is 1.0. Thanks! |
I have updated the version to 1.2, however, everything remains the same. |
Apologies for the delayed response and apologies for not being clear: I meant grab the latest commit rather than the latest tagged verson which was quite outdated. I've just updated the latest commit to be version "1.3" - since "1.2" there have been quite a few bugfixes including changes to the VCF output so there's a chance the VAF in the VCF output has been corrected (hope so anyway). If it's still reporting VAF=1.0 for everything let me know and hopefully it's an easy fix (will test on my end as well). |
Hi, thank you for the reply. I did take the latest commit (with python3), and not latest release, I have mistaken in the last reply. And I am still getting VAF 1.0. anyways. In the final BAM final it is indeed 1.0, and I would like it to be the number I put in VCF. Thank you! Is there maybe some other possibility why it is ignoring the VAF given? |
Hi,
I have created an input for addSV in which there are deletions with different VAFs (0.6, 0.9 etc.). However, in the final VCF all DEL are with VAF 1 meaning that all reads are deleted. Could you elaborate a bit more on how BamSurgeon insert deletions, and how to make it insert DEL with VAF 0.6?
Thank you.
The text was updated successfully, but these errors were encountered: