A genome browser in your Jupyter notebook
Project description
Getting Started
Documentation
https://dbikard.github.io/genomenotebook/
Install
pip install genomenotebook
How to use
Create a simple genome browser with a search bar. The sequence appears when zooming in.
#Using the example E. coli genome data from the package
import genomenotebook as gn
import os
data_path = gn.get_example_data_dir()
genome_path = os.path.join(data_path, "MG1655_U00096.fasta")
gff_path = os.path.join(data_path, "MG1655_U00096.gff3")
g=gn.GenomeBrowser(genome_path=genome_path, gff_path=gff_path)
g.show()
Unable to display output for mime type(s): application/javascript, application/vnd.bokehjs_exec.v0+json
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.4.0.tar.gz
(18.9 MB
view details)
Built Distribution
File details
Details for the file genomenotebook-0.4.0.tar.gz
.
File metadata
- Download URL: genomenotebook-0.4.0.tar.gz
- Upload date:
- Size: 18.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d61af4e5d7edcb48728d2a3bcc29a7a630df96a8864fe9813a1fc6faa76deef5 |
|
MD5 | d38fa90a432e45130bfffd6469a59d6e |
|
BLAKE2b-256 | 2305ba8318827daa7257c09d016affbaf6633a1d4f1f97b4c45bd8003e04104e |
File details
Details for the file genomenotebook-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: genomenotebook-0.4.0-py3-none-any.whl
- Upload date:
- Size: 19.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22624a5639c6c3b7f49136cf31181b6b73de561e18c96efe220ebccc8affba62 |
|
MD5 | 8205f43a6d76fe0714b4d9e5d98abe46 |
|
BLAKE2b-256 | cdffd3340a9cd720aa81aac5a2c45ddb9d811f7e3b6ba80603e83c7af56ec33d |