Skip to main content

A genome browser in your Jupyter notebook

Project description

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


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.3.5.tar.gz (17.9 MB view details)

Uploaded Source

Built Distribution

genomenotebook-0.3.5-py3-none-any.whl (18.1 MB view details)

Uploaded Python 3

File details

Details for the file genomenotebook-0.3.5.tar.gz.

File metadata

  • Download URL: genomenotebook-0.3.5.tar.gz
  • Upload date:
  • Size: 17.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for genomenotebook-0.3.5.tar.gz
Algorithm Hash digest
SHA256 666d0b934cd39fa02fc04dddf5672f1c99ff535305af269a5ac3ad5cab972f9f
MD5 2926964c4bc7f1cb61fcc0f63884b90d
BLAKE2b-256 f706199ca5dd7cc0c5bd689e1412349a2f4619839e53c49f305168a21074f1e7

See more details on using hashes here.

File details

Details for the file genomenotebook-0.3.5-py3-none-any.whl.

File metadata

File hashes

Hashes for genomenotebook-0.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 75fdb4dd16bed53cb017fe42fc111d745706e6d266f5782f1d864002a6b17635
MD5 4eddd2230c70ecad81b4101422d01f8e
BLAKE2b-256 f840f55120b57c22a173ff8c1181dc6e2ef261670e71c91680956f456bea714a

See more details on using hashes here.

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