prody/ProDy

Normal Mode analysis of trajectory file using anm

Closed this issue · 3 comments

Dear Experts,

I am trying this tutorial below.

http://prody.csb.pitt.edu/tutorials/enm_analysis/anm.html

Is this any way normal mode analysis of the trajectory file?

Yes, we have a module called signature dynamics (SignDy) or ensemble normal mode analysis, which does exactly that. See http://prody.csb.pitt.edu/tutorials/signdy_tutorial/core.html

To load in a trajectory, it would need to be in DCD format and then you can use the function parseDCD to get a ProDy ensemble object that can be used for SignDy.

I imagine you would not want to run NMA on every frame of a trajectory, but take something like every 100th frame and you can get this by using the step argument in parseDCD.

Thank you for reply.

I also calculate normal mode of water. Then it generate an nmd file. It also calculate three eigen value and eigen vector also. How I find frequency?