计算化学公社

 找回密码 Forget password
 注册 Register
Views: 9806|回复 Reply: 2
打印 Print 上一主题 Last thread 下一主题 Next thread

[VMD] VMD计算sasa的脚本分享(1-8 更新gmx方法)

[复制链接 Copy URL]

206

帖子

3

威望

2814

eV
积分
3080

Level 5 (御坂)

跳转到指定楼层 Go to specific reply
楼主
本帖最后由 kunkun 于 2016-1-9 01:11 编辑

由于Gmx 5.0  g_sas已经不区分疏水和亲水表面积区分计算了..
经过一些搜索,修改整合了一个小脚本。分享给大家
在VMD读取轨迹后,直接在tk中黏贴复制即可。疏水面积和亲水面积记录在sasa.dat中。

#VMD for 2h-sasa
set protein [atomselect top "protein"]
set phob [atomselect top "hydrophobic"]
set phil [atomselect top "not hydrophobic"]
set n [molinfo top get numframes]
set myfile [open sasa.dat  w ]
puts $myfile hydrophobic
for { set i 0 } { $i < $n } { incr i } {  
  $protein frame $i  
  $protein update  
  set myphob [measure sasa 1.4 $protein -restrict $phob]   
  puts $myfile $myphob
}
puts $myfile ——————————————————————————————————————————————————————————————————
puts $myfile hydrophil
for { set i 0 } { $i < $n } { incr i } {  
  $protein frame $i  
  $protein update  
  set myphil [measure sasa 1.4 $protein -restrict $phil]   
  puts $myfile $myphil
}
close $myfile
cp /Users/kunkun/sasa.dat /Users/kunkun/Desktop





2015-1-8更新;
基于GMX的sasa分析方法:
1 使用gmx select或make_ndx 做出你要计算的氨基酸的ndx文件
2 只要在gmx sasa 后加入-surface +整体组 和 -output 重点研究部分组。

即可从整个蛋白(或其他)的总sasa计算中提取出你需要的sasa
如果不加-surface 和 -output 计算出来的sasa是不考虑整体状态下的数值,产生偏差。
ps:output的数据在输出xvg文件的第三列。用txt打开看即可。
编辑整理数据推荐使用ultraedit。




评分 Rate

参与人数
Participants 3
eV +15 收起 理由
Reason
978142355 + 5 GJ!
captain + 5 好物!
sobereva + 5

查看全部评分 View all ratings

主攻: 蛋白-蛋白对接,蛋白de novo设计、蛋白结构建模,抗体设计等方向。Rosetta/PyRosetta

11

帖子

0

威望

278

eV
积分
289

Level 3 能力者

2#
发表于 Post on 2015-11-1 17:11:52 | 只看该作者 Only view this author
这样计算是不对的

206

帖子

3

威望

2814

eV
积分
3080

Level 5 (御坂)

3#
 楼主 Author| 发表于 Post on 2015-11-1 18:23:45 | 只看该作者 Only view this author
Eming 发表于 2015-11-1 17:11
这样计算是不对的

...请问下为什么?那我应该怎么修改呢?
主攻: 蛋白-蛋白对接,蛋白de novo设计、蛋白结构建模,抗体设计等方向。Rosetta/PyRosetta

本版积分规则 Credits rule

手机版 Mobile version|北京科音自然科学研究中心 Beijing Kein Research Center for Natural Sciences|京公网安备 11010502035419号|计算化学公社 — 北京科音旗下高水平计算化学交流论坛 ( 京ICP备14038949号-1 )|网站地图

GMT+8, 2024-11-23 06:52 , Processed in 0.160840 second(s), 22 queries , Gzip On.

快速回复 返回顶部 返回列表 Return to list