-
Notifications
You must be signed in to change notification settings - Fork 63
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
GeneFuse ignores fusions in TCF3 #27
Comments
What's the fusion partner gene of this TCF3 fusion? Please note that, GeneFuse only detects gene fusions that both two fusion genes are listed in the CSV file. |
Hi, the fusion partners were HLF in one sample and PBX1 in the other, these fusions were experimentally confirmed by FISH. Both HLF and PBX1 were included in the fusion file along with TCF3, with the transcripts covering expected fusion junctions:
And these are the expected breakpoints:
sample 2:
Is there any other reason why this may be happening? Any hard coded filters on the reads/regions? Many thanks in advance! |
Maybe reads contained breakpoint were filtered. In such a scenario which a mismatch occurred beside the breakpoint, all kmer contained the mismatch and the breakpoint would not be traced back to a genomic position and thus caused more mismatch and be filtered eventually. |
Hello,
Thanks for developing this tool! I was testing it on some hematological samples with TCF3 gene fusions (confirmed by FISH), and it seems like GeneFuse is not picking them up. I have checked that the gene is correctly reflected in the reference, and the reads connecting TCF3 and its partners are uniquely mapped to its location in the corresponding BAM files. I have two samples with different fusions, and in both of them, the fusion was not predicted even as untranscribed. Can you suggest what else can I try to fix this problem?
Thanks in advance!
Cheers,
Nadezda
The text was updated successfully, but these errors were encountered: