计算化学公社

标题: 如何计算Rg、RMSD曲线图中的各自平均值? [打印本页]

作者
Author:
12313    时间: 2024-6-21 21:25
标题: 如何计算Rg、RMSD曲线图中的各自平均值?
(, 下载次数 Times of downloads: 11)
各位老师好,这是某篇文献中对于生物大分子体系分子动力学模拟计算部分,使用gromacs计算。图中标红部分是它提到的平均回旋半径值,想问一下各位老师这个平均回旋半径值,包括后面我还看到了平均RMSD值,这个average是怎么计算的?

作者
Author:
student0618    时间: 2024-6-22 01:50
本帖最后由 student0618 于 2024-6-22 02:02 编辑

If you have the value of each frame e.g. calculated by gmx analysis tools in a file, you can use many statistical tools to get the average. From awk script to python or even excel.
作者
Author:
12313    时间: 2024-6-22 08:54
student0618 发表于 2024-6-22 01:50
If you have the value of each frame e.g. calculated by gmx analysis tools in a file, you can use man ...

sorry,but how to obtain the value of each frame?
作者
Author:
student0618    时间: 2024-6-22 13:06
本帖最后由 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:
(, 下载次数 Times of downloads: 11)

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.

作者
Author:
dayu8278    时间: 2024-6-22 16:26
如果我没理解错,你把数据放在excel里不就能得到均值么?
作者
Author:
12313    时间: 2024-6-22 20:56
student0618 发表于 2024-6-22 13:06
If you use gromacs to do analysis, gmx rms to calculate rmsd, gmx gyrate to calculate radius of gyra ...

I get it.Thanks  for your help
作者
Author:
12313    时间: 2024-6-22 20:57
dayu8278 发表于 2024-6-22 16:26
如果我没理解错,你把数据放在excel里不就能得到均值么?

好像真的是这样,谢谢你
作者
Author:
dayu8278    时间: 2024-6-23 21:47
12313 发表于 2024-6-22 20:57
好像真的是这样,谢谢你

但是也得取平衡后的均值才具有统计意义?
作者
Author:
12313    时间: 2024-6-24 10:43
dayu8278 发表于 2024-6-23 21:47
但是也得取平衡后的均值才具有统计意义?

谢谢大佬的提醒




欢迎光临 计算化学公社 (http://bbs.keinsci.com/) Powered by Discuz! X3.3