A tool for 3D visualization of monomeric protein structures from PDB files
Project description
ProteinStructureVisualizer
Author: Susan Ling
BIOEN537: Computational Systems Biology. University of Washington, Seattle.
A python package designed to visualize 3D structures of monomeric proteins from PDB files.
License: MIT Current version: 1.0.6 Last updated: 2024-12-09
Background
Proteins are essential to biological functions, interacting with other proteins, nucleic acids, and organic molecules. Understanding and visualizing protein structures and interactions facilitates a mechanistic understanding of their roles and has applications across fields such as protein engineering and disease treatment. However, current platforms used to achieve this such as PyMOL are complex and require a steep learning curve, making them challenging for students and scientists new to structural biology.
In this package, is a simple GUI for visualizing 3D structures of monomeric proteins from PDB files. The GUI allows users to load PDB files, visualize the protein structure in 3D either as an atom point cloud or a backbone graph, and highlight specific amino acid residues.
Installation
Package Dependencies
This package requires Python 3.7 or higher and the following Python packages:
- pandas: Data manipulation and analysis
- plotly: Interactive visualization
- networkx: Graph operations and analysis
- biopandas: Handling PDB files
- prody: Protein structure analysis
- graphein: Protein structure graphs
- tkinter: GUI framework (this is a built-in Python package, so it should be installed on your system)
These dependencies will be automatically installed when installing the package using pip.
Please note that for Mac users with M1 or M2 chips, you may need to separately install the 'prody' package using conda. This is due to an incompatibility with the 'prody' package with M1 or M2 chips. This can be done by running the following command:
conda install -c conda-forge prody
To install the package, run the following command:
Installing Package
pip install ProteinStructureVisualizer
GUI Usage
To use the GUI, run the following command:
python -m protein_structure_visualizer
or
protein-visualizer
This will open a window where the user can load in a PDB file (Select PDB File) and visualize the protein structure in 3D. The user will then see a menu with options to visualize the protein structure as an atom point cloud (View Atom Point Cloud) or a backbone graph (View 3D Backbone Graph). This will open a window in the user's default web browser displaying the selected visualization. Once the user is finished, they can exit the GUI by clicking the "x" button in the top left corner of the window. This will display a prompt asking the user if they would like to exit the application. If the user clicks "OK", the GUI will close and the application will terminate. If the user clicks "Cancel", the GUI will continue running.
Please refer to the github repository for visual examples of the GUI: https://github.com/srling1125/ProteinStructureVisualizer.
Project details
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file proteinstructurevisualizer-1.0.6.tar.gz.
File metadata
- Download URL: proteinstructurevisualizer-1.0.6.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73de44787febf034c22db1a762731072e7abd12115caab922b91647f75e7b72c
|
|
| MD5 |
c464438f9497bbf60744f14dbc851ea2
|
|
| BLAKE2b-256 |
521aa733d48fd95ef878b7ee86c89af639a50ee6f1da4e7d2d60942cfff56a5b
|
File details
Details for the file ProteinStructureVisualizer-1.0.6-py3-none-any.whl.
File metadata
- Download URL: ProteinStructureVisualizer-1.0.6-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
484a1082024ee8d3e16b8cb866d6cfddbe81a23ab1eaa42718812e1d13b9878e
|
|
| MD5 |
c56e7937ebcd727b4658bbbf6b6b7a91
|
|
| BLAKE2b-256 |
3f8526dfb6c50a0500c584a53e912efa6fcedbdc1465245723f0319feb096c63
|