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
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
Built Distribution
File details
Details for the file helixvis-1.0.1.tar.gz
.
File metadata
- Download URL: helixvis-1.0.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.20.0 setuptools/46.1.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2da7660c1fd40d182999cd574e2b8c78e7d089b97be6f4d8105586ac8ddf431 |
|
MD5 | 4620f12d3d8e0500eccb58401ff53aed |
|
BLAKE2b-256 | 2d3a1106c781c2fc51b2dc7e041a9848d910868b6c412d231c8928ddc61a3bce |
File details
Details for the file helixvis-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: helixvis-1.0.1-py3-none-any.whl
- Upload date:
- Size: 18.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.20.0 setuptools/46.1.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7153bfbff5d8cf92a87951030497489deae585bf3b7baf985a0632d6e46f7d5 |
|
MD5 | 0ab53679612d1cedfdb522d2e3b38d58 |
|
BLAKE2b-256 | 0177d2fe5248c3072997c8527964ca1136a6380be74ba76aee8e01c502f4a78c |