Protein embeddings to describe local electrostic enviroments
Project description
Protein Enviroment Graph Embeddings (PEGE)
Protein embeddings to describe local electrostic enviroments
Installation & Basic Usage
PEG is installable from the Pypi repo:
python3 -m pip install pege
Pege can be used to obtain protein embeddings as well as descriptors for specific atom_numbers
from a pdb
file:
from pege import Pege
protein = Pege(<pdb>)
protein_emb = protein.get_protein()
atoms_emb = protein.get_atoms([<atom_numbers>])
Documentation
TBA
License
This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.
Contacts
Please submit a github issue to report bugs and to request new features. Alternatively, you may email the developer directly.
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
pege-0.0.2.tar.gz
(658.4 kB
view details)
Built Distribution
pege-0.0.2-py3-none-any.whl
(657.5 kB
view details)
File details
Details for the file pege-0.0.2.tar.gz
.
File metadata
- Download URL: pege-0.0.2.tar.gz
- Upload date:
- Size: 658.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.8 CPython/3.8.10 Linux/5.10.16.3-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41aacbbebd34580a64b4de87675429757a85f1e1d48ff07ab791a24085e5d408 |
|
MD5 | 751b1a54a674f83fccecf6d1138c817f |
|
BLAKE2b-256 | 6368acad300b560705cad2f8b2c6b50789a42a1d23d13bcbe9574c57feb19053 |
File details
Details for the file pege-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: pege-0.0.2-py3-none-any.whl
- Upload date:
- Size: 657.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.8 CPython/3.8.10 Linux/5.10.16.3-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5447bfa710f68e0ea1d2322751d9b4ee2340f7659393542166f2dc5521cfb17f |
|
MD5 | ea5e325fa8b2e852802d57c6825c5645 |
|
BLAKE2b-256 | 4c8480508f4339a99663f305b02fc34ea120d9a0b2fbcd963d9e766b667a5b9b |