Adding expression level histogram#499
Conversation
|
I think we should remove the stratification by mutation status in the histogram so that the sole purpose of this plot is filtering based on expression level of the gene - what do you think? |
|
Also, can you add the ability to filter the patient cohort by expression level (i.e., by dragging the cursor to select an area (but, really, a certain x-axis range) of the histogram? |
|
This is a pretty plot that functions smoothly. Thanks so much for your work on this, Kevin. A few comments for ways that I think we can improve how it integrates into the rest of the app are below.
Thank you again, and please let us know your thoughts on these comments! Also happy to discuss a strategy/plan of attack for these changes. |
|
Also, please modify this PR to merge into development branch rather than release branch |
- Revert to same bar colors and sizing as clinical feature histograms for uniformity - Restrict plot selections to only be in horizontal direction (not vertical) - Disable range slider - Disable filter status div
|
The above commit to the kevzhzh_histogram branch resolves point (1) described above pertaining to range slider, as well as:
|
… expression data visualized in downstream plots (after Submit button)
|
The above commit to the kevzhzh_histogram branch resolves the following:
|
…le generates both pie charts and histograms)

TODO: Write details for implementation