-
Notifications
You must be signed in to change notification settings - Fork 5
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
rna genotyping #13
Comments
actually i tried out
and with:
and the bam shows the following:
i was expecting a much bigger difference in the total depth or no change at all. it would be great to get more clarity on how this tool determines what an indel is. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When we run this tool on an rna sample we have some results that we find misleading, where spliced reads are inflating the depth of certain locations, particularly locations in intronic regions. Here's an output vcf example:
So here the depth is 8 but the ref and alt add up to 1. At first I thought it was a third allele but looking at the actual alignment shows that it's not really aligned:
Seems as though the depth is inflated due to these reads that have <<< or >>>. I think this might be misleading, at least for rna. Do you know if --filter_indel filter out these reads? My concern is that indel and spliced reads will both be filtered out. Is there any way to treat these two types of alignment differently?
The text was updated successfully, but these errors were encountered: