Skip to content
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

duplicate SV intragenic records #10208

Closed
inodb opened this issue Jun 2, 2023 · 1 comment · Fixed by cBioPortal/cbioportal-frontend#4642 or cBioPortal/cbioportal-frontend#4650
Closed
Assignees
Labels

Comments

@inodb
Copy link
Member

inodb commented Jun 2, 2023

This functionality is currently hidden via a feature flag, but when enabled one can see duplicate SV intragenic records:

image

There is a bug in the structuralVariantsByGene function in ResultsViewPageStore.ts. It adds both genes which is fine when intragenic was only one gene, but not now that gene1 === gene2 it does not work

And also duplicate fusion records in the Mutations tab:

image

The bug is in the structuralVariantsReportByGene function in ResultsViewPageStore.ts.

@fuzhaoyuan
Copy link
Contributor

The same bug also happens in the Mutations tab.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants