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

Add VariantMap Component #567

Closed HammadTheOne closed 3 years ago

HammadTheOne commented 3 years ago

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.