A toolbox for protein folding with Python.
Project description
Prospr: The Protein Structure Prediction Toolbox
Prospr is a universal toolbox for protein structure prediction within the HP-model. At the core, Prospr offers an easy-to-use Protein data structure, which can be used to simulate protein folding. It also offers algorithms, datasets and visualization functions. The Protein data structure tracks many properties when folding the protein. This includes tracking the number of conformation changes, which makes it possible to determine the relative hardness of a protein for a specific algorithm. This allows for a fair comparison between different algorithms.
So far, only square lattices are supported in n-dimensions. The amino acids can only be placed in the corners of the squares and have to be one unit distance away from the previously placed amino acid.
The Python package is based on a C++ core, which gives Prospr its high performance. The C++ core is made available as a separate zip file to facilitate high-performance computing applications. See the C++ core section below for direct links to the core.
Installation and documentation
This package can simply be installed via pip by running:
pip install prospr
A quickstart and reference documentation can be found at prospr.readthedocs.io. The PDF version of the complete documentation can be found here.
Archives
All the C++ core files and datasets are also available as compressed archives. See the subsections below for direct links.
C++ core
All the core code which prospr runs on, is available as a compressed archive.
The folder archives
contains a .zip and
a .tar.gz archive.
Datasets
The complete collection of datasets is available as a compressed archive in the
archives
folder. It is available as a .zip and a
.tar.tz archive.
Future work
This toolbox could be used for other protein folding problems within discrete models. It would be a great extension to support different models by creating a modular amino acid.
License
The used license is the GNU LESSER GENERAL PUBLIC LICENSE. A copy can be found in the LICENSE file on GitHub.
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 Distributions
Hashes for prospr-0.2a42-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7530ebb492280de0d6269ff87446d2280cb8a67b252145a2cfdb6728a9a234d5 |
|
MD5 | 814a87ce2a8b894b27f50179d05bbe5c |
|
BLAKE2b-256 | e3d2ba02455c2579b12a5b59d648adbd03ce34d06af2f5422fd791965a551108 |
Hashes for prospr-0.2a42-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 033a132e46c3e458c3ead29cb03610ed4a238bc90b0c8d716370b6ec6f237cb7 |
|
MD5 | dd0c850ad1e46056e372cb18079efb8a |
|
BLAKE2b-256 | 9c766cd69bcaf4e7196f6d42b36f0c870aa63b97e826792593686058a8b0353b |