Skip to content

PlotNado

PlotNado is a python package designed to make quick genome browser style plots. The package is a wrapper around the coolbox library with some additional functionality and altered defaults to enable plotting muliple genomic regions with limited effort.

Installation

To install PlotNado, you can use pip:

pip install git+https://github.com/alsmith151/plotnado

# Once this is on pypi, you will be able to install it with:
#pip install plotnado

Usage