ProDy logo
  • index
  • modules
  • next
  • previous
  • Home »
Toolbox

Show code snippets for copying:

Show code and output

Search terms or a module, class or function by name:

Release Notes

v2.5.0 series come with new and improved sequence, structure, and dynamics analysis features. See release notes for details.

How to Cite

Bakan A, Meireles LM, Bahar I ProDy: Protein Dynamics Inferred from Theory and Experiments
Bioinformatics 2011 27(11):1575-1577.

Bakan A, Dutta A, Mao W, Liu Y, Chennubhotla C, Lezon TR, Bahar I Evol and ProDy for Bridging Protein Sequence Evolution and Structural Dynamics
Bioinformatics 2014 30(18):2681-2683.

Zhang S, Krieger JM, Zhang Y, Kaya C, Kaynak B, Mikulska-Ruminska K, Doruker P, Li H, Bahar I ProDy 2.0: Increased scale and scope after 10 years of protein dynamics modelling with Python
Bioinformatics 2021 37(20):3657-3659.

Elastic Network Models¶

You can also read this tutorial in PDF format.

Tutorial files: ZIP TGZ

  • Introduction
    • Required Programs
    • Recommended Programs
    • Getting Started
  • Gaussian Network Model (GNM)
    • Parse structure
    • Build Kirchhoff matrix
    • Parameters
    • Calculate normal modes
    • Normal mode data
    • Individual modes
    • Access hinge sites
    • Plot results
  • Anisotropic Network Model (ANM)
    • Parse structure
    • Build Hessian
    • Parameters
    • Calculate normal modes
    • Normal modes data
    • Individual modes
    • Write NMD file
    • View modes in VMD
    • Advanced visualization in jupyter notebooks
  • Using an External Matrix
    • Parse Hessian
    • ANM calculations
    • Parse Kirchhoff
    • GNM calculations
  • Custom Gamma Functions
    • Parse structure
    • Force Constant Function
    • ANM calculations
  • Editing a Model
    • ANM calculations
    • Slicing a model
    • Reducing a model
    • Compare reduced and sliced models
  • Extend a coarse-grained model
    • Extrapolation
    • Write NMD file
    • Sample conformers
    • Write PDB file
  • Normal Mode Algebra
    • ANM Calculations
    • Calculate overlap
    • Linear combination
    • Approximate a deformation vector
  • Deformation Analysis
    • Parse structures
    • Match chains
    • RMSD and superpose
    • Deformation vector
    • Compare with ANM modes

Acknowledgments

Continued development of Protein Dynamics Software ProDy and associated programs is partially supported by the NIH-funded R01 GM139297 entitled “Toward a deeper understanding of allostery and allotargeting by computational approaches”.

© Copyright 2010-2015, University of Pittsburgh. Last updated on Feb 06, 2025. Created using Sphinx 1.3.5.

Code Snippets