Skip to main content

Create 2-dimensional visualizations of alpha-helical peptide sequences

Project description

helixvis: Visualize alpha-helical peptide sequences in Python

Purpose

Built by the lab of Regina Stevens-Truss, PhD (Professor & Chair, Department of Chemistry, Kalamazoo College), helixvis can be used to create publication-quality, 2-dimensional visualizations of alpha-helical peptide sequences. Specifically, this package allows the user to programmatically generate helical wheels and wenxiang diagrams to provide a bird's eye, top-down view of alpha-helical oligopeptides. Although other tools exist to complete this task, they generally provide a graphical user interface for manual input of peptide sequences, without allowing for programmatic creation and customization of visualizations. Programmatic generation of helical wheels in open source Python provides multiple benefits, including:

  • quick and easy incorporation of wheels into markdown documents
  • rapid visualization of many peptides (e.g. all the elements of a peptide database) without manual steps
  • programmatic customization of visualizations
  • reproducibility: practically zero manual steps required for design and creation of helical wheels and wenxiang diagrams

This is a port of R package helixvis into Python. See https://doi.org/10.21105/joss.01008 for more details.

Installation

The source code is currently hosted on GitHub at: https://github.com/subramv1/helixvis

helixvis can be found on the Python package index at: https://pypi.org/project/helixvis/

The most up-to-date release can be installed as follows:

python -m pip install -U pip
python -m pip install -U helixvis

Dependencies

  • NumPy
  • Pandas
  • Matplotlib

Usage

# load helixvis
import helixvis

# make helical wheel for "ADEKLGSRTW"
helixvis.draw_wheel("ADEKLGSRTW")

# make wenxiang diagram for "ADEKLGSRTW"
helixvis.draw_wenxiang("ADEKLGSRTW")

License

GPL-3

Contributions

Please report any bugs, suggestions, etc. on the issues page of the helixvis GitHub repository. Contributions (bug fixes, new features, etc.) are welcome via pull requests (generally from forked repositories).

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

helixvis-1.0.1.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

helixvis-1.0.1-py3-none-any.whl (18.3 kB view hashes)

Uploaded Python 3

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