[x] Add ability to update parts of the figure layout with Plotly.py magic underscore notation (similar to VolcanoPlot).
Description of changes
Continuing the work done in https://github.com/plotly/dash-bio/pull/504, this PR adds the VariantMap component created by community member @cytham. This PR also makes some minor changes to the component and test app to bring it in line with other dash-bio components and changes made to the repo since the original PR.
As a nice-to-have addition to this component, there is the possibility of adding a set of helper functions to dash-bio-utils to complement and streamline the data pipeline that prepares a VCF-containing dataframe for this component.
About
TODO
Description of changes
Continuing the work done in https://github.com/plotly/dash-bio/pull/504, this PR adds the VariantMap component created by community member @cytham. This PR also makes some minor changes to the component and test app to bring it in line with other
dash-bio
components and changes made to the repo since the original PR.As a nice-to-have addition to this component, there is the possibility of adding a set of helper functions to
dash-bio-utils
to complement and streamline the data pipeline that prepares a VCF-containing dataframe for this component.