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

IGV Browser Configuration Options #707

Open mozack opened 2 years ago

mozack commented 2 years ago

Hi,

Is there a way to generically set the IGV Browser Configuration Options?

https://github.com/igvteam/igv.js/wiki/Browser-Creation#browser-configuration-options

I see a subset of the options available as explicit arguments to dash_bio.Igv()

However, some options such as showNavigation or nucleotideColors do not appear to be available. Is there a generic way to specify these?

Thanks!