-
Notifications
You must be signed in to change notification settings - Fork 2
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
Undetected reads in normal tissue #38
Comments
Hi Asher, Thanks for raising this issue - I agree that it definitely looks like those normal reads should be included as evidence. Are you able to share the VCF lines for the tumour variant that is called by SAVANA? Additionally, do the two normal reads appear at all in the Finally, would you be able to confirm that those two normal reads are primary alignments and not secondary or supplementary? All the best, |
Hi Hillary, Thanks for the quick response and apologies for the delayed reply! Below are the VCF lines corresponding to the variant:
However, I took a look again in IGV and it actually appears these two normal reads are secondary alignments, and I can confirm that they do not show up in the Are all secondary and supplementary alignments not considered by savana? This would be good to know going forward. And I guess perhaps this is one of the issues with considering these Thanks again for your time and help. Best wishes, |
Hi Asher, While supplementary reads are considered by SAVANA as evidence, at this time we don't consider secondary alignments since they are of lower quality than primary and we have found they add mostly noise. Thank you for the example above as I can see in that particular case it might be of use to consider evidence from secondary alignments. I will look into adding an option to consider secondary reads in future versions of SAVANA and keep this issue open in case others also would like to have this feature. Many thanks, |
Hi Hillary, My apologies for never responding to this. Thanks again for your help here! Best, |
Hi there,
Thank you for developing this wonderful tool. I had a question regarding the detection of reads in normal tissue. We have found that for several of our SVs, that savana detects reads in the tumor but not the normal. Below is an example of a deletion. The tumor bam is shown in purple and normal in green. The deletion region is highlighted on the top in red. I've highlighted split reads which span the deletion in the tumor and normal with different colors.
In this case we have set the mapq flag to be
--mapq 0
, so the mapq = 0 reads in the normal should be included. Yet, when we look at the .bedpe file, we see that savana finds no reads in the normal tissue at this breakpoint. We are running savana 0.2.4 here. Any suggestions for how to adjust on our end so these normal reads are detected by savana?Thanks for your time and help.
Best,
Asher
The text was updated successfully, but these errors were encountered: