A library of tools for protein design.
Project description
A library of tools for protein design.
Installation
Describe how to install your package. For example:
pip install protein-design-tools
Usage
Provide some examples of how to use your package. For example:
Calculate the radius of gyration of a protein structure's backbone
from protein_design_tools import protein_structure, protein_structure_utils
protein = protein_structure.ProteinStructure()
protein.read_pdb("example.pdb")
# Get the sequence of each chain in the protein
sequence_dict = protein.get_sequence()
for chain_id, sequence in sequence_dict.items():
print(f"Chain {chain_id}: {sequence}")
# Calculate the radius of gyration
rg = protein_structure_utils.get_radgy(protein)
print(f"The radius of gyration of the protein structure is : {rg}")
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
Include information about the license. For example:
MIT
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
protein_design_tools-0.1.9.tar.gz
(12.4 kB
view hashes)
Close
Hashes for protein_design_tools-0.1.9.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac6d71ad9d4fc62228f0d91206fdc9bb56ce07aa258513892f71def5993d744f |
|
MD5 | 1af23728f3d69dadddee901d30292c64 |
|
BLAKE2b-256 | 9c73da486d6ea5db2b79ee4188d258d6b13734e412cf0c16cc9d40d09900699d |