A package of Python objects for parsing and interacting with Alphafold models.
Project description
AlphafoldModel is a package to parse Alphafold PDB structures and PAE Matrices into interactive Python objects.
The package contains the following classes:
AlphafoldModel
: Parses the Alphafold model PDB file alongside its JSON PAE matrix into an interactive Python object. It allows declarative queries for a model's local PAE and plDDT metrics.ModelPDB
:ModelPDB
is the base class that carries the PDB parsing functionalities as well as residue-based nearest-neighbour search methods.ModelPAE
:ModelPAE
is the base class that carries the PAE parsing functionalities forAlphafoldModel
.LoadedKDTree
:LoadedKDTree
is a wrapper class which provides an interface over thescipy.spatial.KDTree
class to instead store and return arbitrary objects with coordinate information.
Explore the source file in:
src/AlphafoldModel/alphafoldmodel
Installing
pip install alphafoldmodel
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
alphafoldmodel-1.0.3.tar.gz
(10.6 kB
view details)
Built Distribution
File details
Details for the file alphafoldmodel-1.0.3.tar.gz
.
File metadata
- Download URL: alphafoldmodel-1.0.3.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0a5c099bae395201d2152008d0bd5281b4c94416cb55bd67faa5fcb78820742 |
|
MD5 | 9e70b95de399be862ffa11fb527e1db9 |
|
BLAKE2b-256 | c7ba955a9fce1c926398fe8f6fa6c9748013ad2ffa026d0a6a9cf42e5379bde4 |
File details
Details for the file alphafoldmodel-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: alphafoldmodel-1.0.3-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 797114b9ec8994803410e69eb754203785131cb2fbba12f7e4275fa6d39a4c3c |
|
MD5 | d73d9dbac289c0b793a28e98ca2e6f7a |
|
BLAKE2b-256 | e29ec4bd555264bd0ad76d66e9c0807240db50cc9bfaa787338cb49f4691aff4 |