-
Notifications
You must be signed in to change notification settings - Fork 303
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
Fix incorrect mutation frequency in group comparison lollipop plot #4432
Fix incorrect mutation frequency in group comparison lollipop plot #4432
Conversation
100 | ||
: countUniqueMutations(mutations); | ||
} | ||
|
||
@action.bound | ||
private onScaleToggle(selectedScale: AxisScale) { | ||
this.props.urlWrapper.updateURL({ |
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.
if we we are updaing the url then we shouldn't need to also need the local (this.axisMode). That hsould instead be derived from the url
[groupUid: string]: Sample[]; | ||
} = {}; | ||
for (const group of groups) { | ||
for (const studyObject of group.studies) { |
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.
studyObj = study?
@gblaih the frequency fix should be in it's own PR |
33872dd
to
dae988c
Compare
Fixes issue in cBioPortal/cbioportal#9901