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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file genomenotebook-0.2.tar.gz
.
File metadata
- Download URL: genomenotebook-0.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.1 CPython/3.10.9 Linux/5.4.0-96-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c731c00cef668e92777ba042989c297209a2528df9fb734830d57dc256e88a3 |
|
MD5 | e2ed7b763ece3ee0f284a8a96c8f6616 |
|
BLAKE2b-256 | 0ac24374c87b12829e05d0a5a08d536d07f77d5cce12bf2a63ee68ff028e711f |
File details
Details for the file genomenotebook-0.2-py3-none-any.whl
.
File metadata
- Download URL: genomenotebook-0.2-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.1 CPython/3.10.9 Linux/5.4.0-96-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4652ff0bb4ab1303efaca45443245491e8ffdf9e9e55e98cd725685b93e0c259 |
|
MD5 | 2bac5df4ad8f66fa5c4732d9213db250 |
|
BLAKE2b-256 | 2d4ddf75ee2115533f01686819e2310dc72c785c71774bd5743cfd8e45a18bfa |