Skip to content
NaNg edited this page Jul 11, 2018 · 7 revisions

CoolBox is a Jupyter notebook based genome browser tracks plot package. It can produce the browser like track plot easily with "ggplot like" Python API, and the Jupyter notebook(ipywidgets) based GUI interface.

At the same time, the image and the data is bound together with the Python objects, so you can fetch the exact data of tracks what you see on the image, you can use them do some futher analyze. It let you explore the genomic data with super flexibility.

Example:

Compose Browser instance with CoolBox API:

Show browser:

Installation and Usage:

Clone this wiki locally