-
Notifications
You must be signed in to change notification settings - Fork 47
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 fusions parsing issue? #5148
Comments
The VCF looks OK:
|
Inspecting the VCF I found this variant, which is also mapping to the exact coordinates of the missing variant, the one with gene KMT2A:
Since this variant with gene A AP001267.5 instead of KMT2A occurs before in the VCF, it gets loaded instead of the latter because of how scout works (same problem as the variant in CALR gene loaded only once if found in SNVs and SVs). So it's not really a bug but a design thing (or limitation), I guess. Of course one might argue that this is not the intended behaviour. I'm not really sure how to fix this. 🤔 |
From a ticket in our support system:
They see 3 fusion variants hitting the genes KMT2A::AFF1 in Fusion Inspector:
But only 2 if they find for gene KMT2A in scout. This is the case:
I believe the problem might be in our parsing of the third variant. Check what you get if you look for the other fusion partner instead (AFF1):
The text was updated successfully, but these errors were encountered: