I had run MD simulation with NAMD and want to check the differences of R of G during the simulation time. Is it important and efficient to record R of G? or there is another parameter that I should calculate?
Radius of gyration is going to give you distribution of atoms of protein around a certain axis. In this context, it has been used to distinguish between an folded alpha helical structure and an unfolded one, or between alpha helical structure and beta sheet structure. For a (complex) protein structure with alpha helical and beta sheets, it may be difficult to interpret values of R of G, however, you may use it to analyze folded structure of parts of your protein.
But if the folding is not changed; just movement of part of the protein relative to the rest of the protein (arm movement). How can we benefit from R of G?
I have made a sample tcl script to loop through dcd file to output a .dat file which contains radius of gyration of the protein in each frame. Also attaching other necessary tcl files. Run rog_loop_dcd.tcl keeping other tcl files in the same folder and replace the dcd and psf file locations with your ones. Thank you. Please reply if you find any mistake or trouble. I don't know if it is an efficient program. But it does the job.
So the rog_loop_dcd.tcl I uploaded before had a minor issue. I am updating the code here based on Abdo's reply. I am happy if this helped you. (I have updated the code above also. The changes are given below)