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.1.tar.gz (97.5 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.1-py3-none-any.whl (18.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pygv-0.2.1.tar.gz
  • Upload date:
  • Size: 97.5 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.1.tar.gz
Algorithm Hash digest
SHA256 573d34a9b4e084847cb65632cd7db7670983cd7729b341673b84d19d1e52b34b
MD5 93c9431b2254c6d0690df3a31601ae2c
BLAKE2b-256 267f39b00f7b7922cf0167257c9aa151200ee08974cf9571499bdda4b52e5e11

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygv-0.2.1.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.1-py3-none-any.whl.

File metadata

  • Download URL: pygv-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 18.4 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6e3821e923754ff1e34484f5e05977f25cd7c222c075c58a2771fa083c5ba7dc
MD5 98e59d99731802834044a1c5a0f9f0be
BLAKE2b-256 b1d1253df31bc6a09f49601167773e75e6e1b10f398a42a788fded87916d8e68

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygv-0.2.1-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