Skip to main content

A genome browser for the jupyter notebook

Project description

genomeNotebook

A genome browser for the jupyter notebook .

genomeNotebook is a genome browser built on the bokeh plotting library. It can be used to create interactive genome plots that can be easily overlayed and combined with any plots you can build using bokeh.

Getting Started

Installation

For the moment, you can install this package only via PyPI

PyPI

$ pip install genomenotebook

Usage

In a Jupyter notebook running with python

import genomenotebook as gn
from bokeh.plotting import show

p=gn.browser(genome_path="path_to_fasta_file",
          genome_format="fasta",
          gff_path="path_to_gff_file",
          init_pos=3725353,
          init_win=10000,
         )

show(p)

See the example folder for more details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

genomenotebook-0.2.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

genomenotebook-0.2-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page