We are pleased to announce that Dash Bio 1.0.0 has been released!
Dash Bio is a one-stop-shop for bioinformatics and drug development visualizations. It contains a suite of components and tools to parse and visualize files from common bioinformatics databases.
pip install dash-bio
We are so excited about the Dash Bio 1.0.0 release!! The updates in this version result from listening to your requests for simplification and optimization. It offers new ways to parse data files, has increased the performance and feature list of old components, and includes the release of new components.
Scale will be a challenge for long sequences. Can these plots stream data from a sliding window within file? e.g. moving the needle/alignment plot left and right would change the section of the file being viewed.
another challenge i have previously ran into with manhattan plots there are way too many points to render; so you would want to set a bottom threshold too
Any thoughts on rewriting the IGV component so that it reads files directly off the server? It seems like would potentially be a big gain in terms of performance, and it would also eliminate workarounds like this Dash-Bio load local files into igv-component - #2 by chubukov