plotly / dash-bio

Open-source bioinformatics components for Dash
https://dash-gallery.plotly.host/Portal/?search=Bioinformatics
MIT License
529 stars 194 forks source link

More customizable dash-bio Oncoprint features? #716

Open echen0117 opened 1 year ago

echen0117 commented 1 year ago

Hello,

I'm using the dash-bio Oncoprint in one of my dash apps and was wondering if it's possible to be more customizable? Specifically, I was hoping to change what's featured in the "Name" and "Text" under "Event metadata", add sample labels at the bottom or top of the plot (in addition to gene names) and also be able to customize events (I believe right now it only accepts certain events from CBIOPORTAL including MISSENSE, INFRAME, FUSION, AMP, GAIN, HETLOSS, etc. but what if I wanted to show my own custom event like NO EXPRESSION). Is there a way to do this without having to modify the code for the original component? Example output below:

sample_dashbio

Thanks