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

Add revue icon for revue variants #4589

Merged
merged 14 commits into from
Apr 28, 2023
Merged

Add revue icon for revue variants #4589

merged 14 commits into from
Apr 28, 2023

Conversation

leexgh
Copy link
Member

@leexgh leexgh commented Apr 19, 2023

Fix: cBioPortal/cbioportal#9993

Apr-25-2023 20-06-54

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 in protein change, annotation and mutation type column.
ReVUE icon is hidden in protein change and mutation type column, hover column cell shows reVUE icon.

@leexgh leexgh changed the title Add revue icon for revue variants (DO NOT MERGE) Add revue icon for revue variants Apr 24, 2023
@leexgh leexgh requested a review from inodb April 24, 2023 19:42
@leexgh leexgh marked this pull request as ready for review April 24, 2023 19:47
@leexgh leexgh requested review from alisman and onursumer April 25, 2023 15:09
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicate?

Copy link
Member Author

@leexgh leexgh Apr 27, 2023

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

);
};

export function sortValue(vue: Vues | undefined): number {
Copy link
Collaborator

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?

Copy link
Member Author

@leexgh leexgh Apr 27, 2023

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

Copy link
Collaborator

@alisman alisman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comments

Copy link
Member

@onursumer onursumer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@inodb inodb added the feature label Apr 28, 2023
@inodb inodb merged commit 4a7f358 into cBioPortal:master Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

show reVUE icon for variants that have an updated protein change
4 participants