plotly / dash-bio

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

how to modify circos plot chr name? #561

Closed Lix1993 closed 3 years ago

Lix1993 commented 3 years ago

I wanna change chr name display in circos plot, but I cannot find any code about how to draw the circos plot, what should I do?

nickmelnikov82 commented 3 years ago

Hi @Lix1993,

https://dash.plotly.com/dash-bio/circos names on the graph come from the json input file.

If you change the value of "chr" in the example file from "chr9", to "new_value", it will change in the graph.

Hope this will help you!

Best wishes, Nick.