Which Analysis Should I Run?
You already have trajectories. This page helps you choose the analysis plugins that match the question you want to answer.
Environment Setup
All commands below assume you have activated the PolyzyMD pixi environment:
pixi shell -e build
Alternatively, prefix each command with pixi run -e build.
Quick Recommendation
If you are new to PolyzyMD or doing routine characterization, start with:
rmsd— overall structural stability over timermsf— per-residue flexibilitycontacts— polymer-protein interactions (if polymer is present)secondary_structure— fold integrity
This set gives a useful first pass before you move to more specialized analyses.
Question-to-plugin chooser
Question |
Recommended plugins |
|---|---|
Is my protein stable? |
|
Does the polymer interact with the protein? |
|
Which residues interact with the polymer? |
|
Is the active site accessible? |
|
Does the polymer shield the protein surface? |
|
Are catalytic residues properly positioned? |
|
Is a specific atom-pair distance maintained? |
|
How compact is the protein? |
|
Does the polymer bridge different protein regions? |
|
What is the interaction energy with each contact? |
|
What is the overall polymer-protein affinity? |
|
How does active-site exposure change over time? |
|
Plugin quick reference
Plugin |
Stable? |
Cost |
Input needed |
|---|---|---|---|
|
✓ |
Low |
Atom selection |
|
✓ |
Low |
Atom selection |
|
✓ |
Low |
Atom selection |
|
✓ |
Low |
(uses protein by default) |
|
✓ |
Medium |
Polymer + protein selections |
|
✓ |
Low |
Atom pairs |
|
✓ |
Low |
Residue pairs + threshold |
|
✓ |
High |
Target + context selections |
|
✓ |
High |
Groups + summaries |
|
Experimental |
High |
Polymer + protein selections |
|
Experimental |
Medium |
Active-site selection |
|
Experimental |
Medium |
Polymer + protein selections |
|
Experimental |
Medium |
Polymer + protein selections |
Run multiple plugins in one pass
You can enable multiple plugins in the same comparison.yaml file:
plugins:
rmsd:
runs:
- label: "Protein Backbone"
selection: "protein and name CA"
rmsf:
selection: "protein and name CA"
contacts: {}
secondary_structure: {}
Then run all configured plugins at once:
polyzymd compare run-all
See Also
How to Compare Simulation Conditions — Setting up comparison.yaml
Analysis System Concepts — How the analysis pipeline works
Comparison and Plotting Reference — Full plugin listing