-
Notifications
You must be signed in to change notification settings - Fork 268
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
RFC68: Impl. structural variants table in Study View #4577
Conversation
@@ -375,6 +388,17 @@ export type OncokbCancerGene = { | |||
isCancerGene: boolean; | |||
}; | |||
|
|||
export type OncokbCancerStructVar = { |
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.
Not available from OncokbAPI? looping in @zhx828
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.
Also, if we must keep, lets put this in models folder
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.
I don't think we have Structural Variant class but AnnotateStructuralVariantQuery
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.
Also, if we must keep, lets put this in models folder
@alisman
Many types are defined in this Store (and in other stores): maybe better to create an issue for this and clean up the stores all at once, extracting relevant types?
src/pages/studyView/table/StructuralVariantMultiSelectionTable.tsx
Outdated
Show resolved
Hide resolved
src/pages/studyView/table/StructuralVariantMultiSelectionTable.tsx
Outdated
Show resolved
Hide resolved
0311f26
to
3ef2e94
Compare
3ef2e94
to
9a1f2cf
Compare
565232b
to
b41f347
Compare
3646637
to
57f7d19
Compare
cc3cea3
to
f6d32f9
Compare
47af713
to
2444b1b
Compare
2444b1b
to
cf2dca8
Compare
Depends on: cBioPortal/cbioportal#10119
RFC document: https://docs.google.com/document/d/1_nhO5dpjIGVbnBzch34keHgQUrxYEFudvFDsybDkgrA/edit
Can be activated using
?featureFlags=STUDY_VIEW_STRUCT_VAR_TABLE
Description
This PR will implement the Structural Variants table in Study View:
The Structural Variants table allows to define cohorts based on genomic structural variant events where a gene1 and/or gene2 position is defined.
Using the 'hiden checkbox' system gene1::gene2, gene1:: or ::gene2 structural variant queries can be staged for additional inspection in Results View: