/pybioviz

bioinformatics visualization tools with pyviz/bokeh

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

PyPI version shields.io License: GPL v3 Documentation Status

pybioviz

Bioinformatics visualization tools with PyViz Panel and Bokeh. The objective is to have a set of plots and dashboards that can be re-used inside Jupyter notebooks as part of bioinformatic workflows or deployed as local web apps.

Current tools include:

  • sequence alignment viewer
  • genome feature viewer
  • bam alignment viewer

Installation

pip install pybioviz

If using JupyterLab:

jupyter labextension install @bokeh/jupyter_bokeh
jupyter labextension install @pyviz/jupyterlab_pyviz

See the documentation for usage.

Links