Skip to main content

No project description provided

Project description

pygv

a minimal, scriptable genome browser for python built with anywidget

installation

Here be dragons 🐉

pip install pygv

usage

import pygv

# set the reference genome
pygv.ref("mm10")

# set the locus
pygv.locus("chr17:31,531,100-31,531,259")

# create a browser instance
pygv.browse("fragments.bed", "10x_cov.bw")

igv.js in Jupyter Notebook

That's it. By default, pygv infers the track and data-types by file extension. If a file format has an index file, it must be specified as a tuple (remote URLs also work):

pygv.browse(
  (
    "https://example.com/example.bam",     # data file
    "https://example.com/example.bam.bai"  # index file
  )
)

You can use track to adjust track properties beyond the defaults:

pygv.browse(
  pygv.track("10x_cov.bw", name="10x coverage", autoscale=True),
)

Multiple tracks are supported by adding to the browse call:

pygv.browse(
  # track 1
  (
      "https://example.com/example.bam",
      "https://example.com/example.bam.bai"
  ),
  # track 2
  pygv.track("10x_cov.bw", name="10x coverage", autoscale=True),
  # track 3
  pygv.track("genes.bed", name="Genes", color="blue"),
)

development

development requires uv

uv run jupyter lab # open notebook with editable install
uv run pytest      # testing
uv run ruff check  # linting
uv run ruff format # formatting

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

pygv-0.2.2.tar.gz (97.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pygv-0.2.2-py3-none-any.whl (18.3 kB view details)

Uploaded Python 3

File details

Details for the file pygv-0.2.2.tar.gz.

File metadata

  • Download URL: pygv-0.2.2.tar.gz
  • Upload date:
  • Size: 97.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for pygv-0.2.2.tar.gz
Algorithm Hash digest
SHA256 e1e5f0c96600055c61ea1a3475b1f9406c5c5b294970d01748f55d8a4544caf4
MD5 4fde1c7a335504fb4eb4217e2764ba5a
BLAKE2b-256 e00f9f33345fe0c1f10a81691c247fab75f02349864c918e83b91fd7475f9e71

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygv-0.2.2.tar.gz:

Publisher: release.yml on manzt/pygv

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygv-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: pygv-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 18.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for pygv-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 917057493d6b8df3b232e6e9969e85146f07ea64baf60c9196bb5a115021dd6d
MD5 c1e960f34d4da0f2bb35f82b967ea32d
BLAKE2b-256 7556aa9d4f6b29b02c539c1525836f717a2f8bc0a20654a9118ebe5a362c709c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygv-0.2.2-py3-none-any.whl:

Publisher: release.yml on manzt/pygv

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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