-
Notifications
You must be signed in to change notification settings - Fork 298
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
Custom data Enhancements for Plots Tab #4994
Conversation
✅ Deploy Preview for cbioportalfrontend ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
458aa5c
to
2b44bbe
Compare
7dd4281
to
6450eae
Compare
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.
@Nelliney Overall it looks good to me, great pull request. I just have a few minor comments here.
0836d7a
to
2caca53
Compare
ca9df28
to
3dc8ee3
Compare
studyIds: this.studyIds.result!, | ||
} | ||
); | ||
const specialAttributes = [ |
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.
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 think these are just special attributes that were already in clinicalAttributes
from the store. so this plotClinicalAttributes
is just clinicalAttributes
without the custom attributes.
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.
Yes, it is correct.
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.
Added a custom attribute type to the combo box and implemented changes to ensure custom data is visible on the graph. Additionally, enabled the option to color by custom data. Note: Custom data can be added when logged in (this was the initial behavior for custom data).
fix cBioPortal/cbioportal#10970 (comment)