| 查看: 1077 | 回复: 2 | ||
[求助]
求问各位大神,怎么将两条建好的蛋白链拼在一起形成异源二聚体啊??? 已有1人参与
|
|
我用modeller建了两条蛋白链,但是现在遇到了问题,就是要怎么把两条链拼在一起形成异源二聚体呢?在modeller脚本有看到 from modeller import * from modeller.automodel import * # Load the automodel class log.verbose() class MyModel(automodel): def special_patches(self, aln): # Rename both chains and renumber the residues in each self.rename_segments(segment_ids=['X', 'Y'], renumber_residues=[1, 1]) # Another way to label individual chains: self.chains[0].name = 'X' self.chains[1].name = 'Y' def special_restraints(self, aln): rsr = self.restraints at = self.atoms # Restrain the specified CB-CB distance to 8 angstroms (st. dev.=0.1) # Use a harmonic potential and X-Y distance group. # Note that because special_patches is called before special_restraints, # we must use the relabeled chain IDs and residue numbers here. rsr.add(forms.gaussian(group=physical.xy_distance, feature=features.distance(at[CB:40:Y], at['CB:71:Y']), mean=8.0, stdev=0.1)) 这个脚本中指明是Y链的两个β碳原子,那两条链之间的距离还是没有说明,是吧?求各位大神指点迷津啊 |
» 猜你喜欢
航天502所 高瑛珂博士 婚内征婚 欺骗女性开房
已经有17人回复
宿州学院学报
已经有6人回复
投稿文章被秒拒了
已经有5人回复
地球科学部D01口青年基金,最低几A几B几C才能有几率中呀。
已经有3人回复
招收2026级博士生
已经有6人回复
博士申请
已经有5人回复
西安交大新媒学院副院长用撤稿论文结题
已经有7人回复
论文撤稿了
已经有9人回复
2楼2017-04-27 14:01:29
3楼2017-04-27 14:02:08











回复此楼