-
Notifications
You must be signed in to change notification settings - Fork 308
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
Add revue icon for revue variants #4589
Conversation
src/rootImages/vue_logo.png
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
duplicate?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alisman This is used in Annotation column header, the other is used in column components inside react-mutation-mapper package
src/shared/components/mutationTable/column/MutationTypeColumnFormatter.tsx
Outdated
Show resolved
Hide resolved
src/shared/components/mutationTable/column/MutationTypeColumnFormatter.tsx
Outdated
Show resolved
Hide resolved
src/shared/components/mutationTable/column/ProteinChangeColumnFormatter.tsx
Outdated
Show resolved
Hide resolved
); | ||
}; | ||
|
||
export function sortValue(vue: Vues | undefined): number { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this need to be exported?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alisman Yes it's used in /packages/react-mutation-mapper/src/component/column/Annotation.tsx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments
packages/react-mutation-mapper/src/component/column/Annotation.tsx
Outdated
Show resolved
Hide resolved
src/shared/components/mutationTable/column/ProteinChangeColumnFormatter.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Fix: cBioPortal/cbioportal#9993
Testing:
https://deploy-preview-4589--cbioportalfrontend.netlify.app/results/mutations?cancer_study_list=msk_impact_2017&Z_SCORE_THRESHOLD=2.0&RPPA_SCORE_THRESHOLD=2.0&profileFilter=mutations%2Cstructural_variants%2Ccna&case_set_id=msk_impact_2017_cnaseq&gene_list=CTNNB1&geneset_list=%20&tab_index=tab_visualize&Action=Submit
Filter by
splice
, reVUE variants are on the top of the table. ReVUE icon shows inprotein change
,annotation
andmutation type
column.ReVUE icon is hidden in
protein change
andmutation type
column, hover column cell shows reVUE icon.