本文主要是介绍pymol使用,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
1.pymol使用小技巧8-选取配体周围氨基酸
select ligand,resn x[/code] PS: x为配体名字
color red, ligand[/code]
select 5A, byres ligand around 5[/code] PS: 配体5埃范围内的残基
show sticks, 5A
color yellow, 5A[/code]
补充:对于选择几埃范围内的原子
还有另外一种
PyMOL> select 5A, s1 expand 5
但两者是有区别的
1.对于around用法:Selects atoms with centers within X Angstroms of the center of any atom in s1
2.对于expend用法:Expands s1 by all atoms within X Angstroms of the center of any atom in s1
2. Pymol教程4
3.
这篇关于pymol使用的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!