|
|
本帖最后由 student0618 于 2024-6-22 14:14 编辑
If you use gromacs to do analysis, gmx rms to calculate rmsd, gmx gyrate to calculate radius of gyration. See the tutorial or help message on how to use the tool. The output file e.g. rmsd.xvg is actually a dataset with the rmsd/radius of gyration of each frame that allows you to plot the graph.
For example, here we have the contents of an rmsd.xvg I generated from Dr Justin Lemkul's gromacs tutorial 1:
On top it has some information from gromacs (lines start with '#'), then plotting commands for xmgrace/qtgrace about graph labels and title etc (lines start with '@'). The list of numbers below is the xy dataset with the following format:
time rmsd
That you can use the rmsd values to calculate average with whatever tool you want to use.
|
|