-
Notifications
You must be signed in to change notification settings - Fork 37
Home
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.
Compose Browser
instance with CoolBox API:
Show browser:
- Installation page: See how to install CoolBox.
- Jupyter notebook walkthrough: More practical usage examples.
- Basic conceptions