-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Frontend changes to use structure_variant able over mutations table for fusions ### Impacted pages #### Query page - Structural variant/Fusion profile is shown if the study has it - For multi-study selection: new molecular profile checkbox for structural variants #### Study view page - Rename fusion table to structural variant table #### Results page - Oncoprint tab - Rename fusion to structural variant - New track for fusion/structural variant profiled cases - Plots tab - Structural variants are shown as a new Data Type/selector - Comparison tab/alterations - no visual changes - Downloads tab #### Patient view page - All fusions in mutation table should be in new structural variants table Commits: * Migrate from fusions to sv in study-view * Add structural variant table in patient page * Migrate fusion to structural variant in oncoprint * Support structural variants in cancer summary and download tabs * Support structural variant profile in result page plots tab * Add structural variant enrichments analysis tab * Structural variant coloring in plots tab * update expression tab to use new code * plots tab refactoring * Fix sort order - structural variant goes on top of CNA, and show message indicating that * Update molecular profile filter parameter in query and results page * Fix error from merging master and failing e2e * Fix how unprofiled cna and unprofiled sv are handled in plots tab scatter plot annotation * Fix plots bug causing too-thick stroke width * Fix plots bug with cna and sv in legend when there is no cna or sv data * Fix issues in plots tab relating to structural variant migration * Fix bug in plots tab and fix e2e tests * SV: do not invoke api's if all samples are filtered out * Fix issues arising from mobx upgrade * Fix plots tab opacity issue * Use same color for stroke and fill in waterfall plot * Fix error selecting geneset profile and other e2e local tests * Alteration Enrichments: avoid sending duplicate sample during api query * SV table: show profiled samples count * Incude structural variants in VUS * Study page: fix SV table column width * Add tumor type to sv objects while invoking oncokb api * Update failing e2e tests * Regenerate api client files * Fix appearance of not-profiled-for-cna-and-sv * Fix bug in plots relating to not-profiled-for-cna-and-sv * Update failing e2e tests * Change color for not-profiled-for-cna-and-sv to match current production * Update localdb e2e tests * Fix condition for invoking alteration enrichment api * Set mutationType to fusion for structural variants * Fix group size in mini-oncoprint in alterations enrichment tab * Fix oncokb lookup issue for structural variants * Support old FUSION_GENES_TABLE from user settings * Update failing e2e test image * Update protein display name in mutation-mapper Co-authored-by: Adam Abeshouse <[email protected]> Co-authored-by: Adam Abeshouse <[email protected]> Former-commit-id: eefd23507ca721c863409dd8e8d43dedbec55ca6
- Loading branch information
1 parent
eb447ae
commit ac0ea38
Showing
98 changed files
with
5,074 additions
and
2,441 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,4 +29,5 @@ yarn.lock | |
*properties | ||
*.seg | ||
end-to-end-test/local/studies/** | ||
*.screenshottest | ||
*.screenshottest | ||
*.jks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.