Protein Dynamic Network Pathway Runner (PDNPR)
PDNPR is a tool for visualizing protein dynamic network paths, combining libraries such as PyMOL, NetworkX and MDTraj to achieve trajectory extraction, network construction, path analysis and visualization from molecular dynamics.
Run PDNPR
- Call PDNPR:
- use PDNPR GUI
from PDNPR import GUI
- use PDNPR package
from PDNPR.PDNPR import pdnpr
pdnpr(step, start_AA, end_AA, edge_cutoff, md_file, pdb_file)
- Set parameters
-
On the GUI screen, enter the following parameters:
- Step: retrieves the frame stride.
- Start Amino Acid: indicates the start amino acid number.
- End Amino Acid: indicates the number of the end amino acid.
- Edge Cutoff: specifies the threshold of the edge weight.
- Select file
- Click the run button to select the Molecular Dynamics trajectory file (XTC file) and Protein structure file (PDB file).
-
Run the task
- The output area displays progress and information.
- The task consists of the following steps:
- Extract frames
- Generating network
- Merge networks
- Calculate the shortest path
- Generate and save PyMOL images
- View results
- After completion of the task, the output area will display the information of the shortest path, save the image and pse file, and automatically open the generated image file.
Release files for PDNPR 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pdnpr-0.1.1.tar.gz | 23.1 kB | Details |
Release files / pdnpr-0.1.1.tar.gz
| Download URL | pdnpr-0.1.1.tar.gz |
|---|---|
| Size | 23.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d01ff24a9c23027c50d46f31277fcf5c78700b7fbece86781d14665450098d5f
|
|
BLAKE2b-256 checksum How to use checksums |
d047e535076397b3dae7defa05bd86b9b248129a5d23e8127c663ece9e768555
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.10.14
|