amanda connollyy surface什么意思

模拟心得MATERIAL STUDIO 中SORPTION_百度文库
两大类热门资源免费畅读
续费一年阅读会员,立省24元!
模拟心得MATERIAL STUDIO 中SORPTION
上传于||文档简介
&&模​拟​心​得​M​A​T​E​R​I​A​L​ ​S​T​U​D​I​O​ ​中​S​O​R​P​T​I​O​N
阅读已结束,如果下载本文需要使用0下载券
想免费下载更多文档?
下载文档到电脑,查找使用更方便
还剩56页未读,继续阅读
你可能喜欢君,已阅读到文档的结尾了呢~~
第二讲有机分象分析有机分子的构象分析论文 总结 英语 资料 ppt 文档 免费阅读 免费分享,如需请下载!
扫扫二维码,随身浏览文档
手机或平板扫扫即可继续访问
第二讲有机分象分析有机分子的构象分析
举报该文档为侵权文档。
举报该文档含有违规或不良信息。
反馈该文档无法正常浏览。
举报该文档为重复文档。
推荐理由:
将文档分享至:
分享完整地址
文档地址:
粘贴到BBS或博客
flash地址:
支持嵌入FLASH地址的网站使用
html代码:
&embed src='/DocinViewer-4.swf' width='100%' height='600' type=application/x-shockwave-flash ALLOWFULLSCREEN='true' ALLOWSCRIPTACCESS='always'&&/embed&
450px*300px480px*400px650px*490px
支持嵌入HTML代码的网站使用
您的内容已经提交成功
您所提交的内容需要审核后才能发布,请您等待!
3秒自动关闭窗口From PyMOLWiki
The surface representation of a protein, in PyMol, shows the
or the surface that would be traced out by the surfaces of waters in contact with the protein at all possible positions.
Surface Representation Example
To enable the surface representation do
show surface, SEL
for any proper selection SEL.
To adjust the transparency of surfaces try:
set transparency, 0.5
Where 1.0 will be an invisible and 0.0 a completely solid surface.
To smooth your surface representation try:
set surface_quality, 1
or higher if you wish, though it will take longer and might look odd.
To change the probe radius other than default 1.4 ?, you need to change the solvent radius, say, 1.6 ?:
set solvent_radius, 1.6
If the surface does not change correspondingly, use:
PyMOL can export its coordinates as WRL wireframe model files for VRML input.
# export the coordinates to povray
open(&surface.inc&,&w&).write(cmd.get_povray()[1])
# export the coordinates to .wrl file
save myscene.wrl
# export the coordinates to .obj file
save myscene.obj
To color the surface representation a different color than the underlying cartoon or ligand representations, simply duplicate the object, show only the surface in the duplicate, and show only the cartoon and/or ligands in the original object.
Or use the
setting that is available.
Representation-independent Color Control Example
An easy way to do this is to create separate objects for each type of display.
1 Load your protein
2 Select the ligand
3 Create a separate object for the ligand
4 Remove ligand atoms from the protein
5 Display both objects separately
load prot.ent,protein
select ligand,resn FAD
create lig_sticks,ligand
remove ligand
show sticks,lig_sticks
show surface,protein
Even easier is to:
1 Load the protein
2 S (Show) & organic & stick
3 S (Show) & surface
There is, until now, an undocumented way to calculate a surface for only a part of an object without creating a new one:
flag ignore, not A/49-63/, set
delete indicate
show surface
If the surface was already computed, then you'll also need to issue the command:
for more information on surface area calculations.
As far as I can tell, setting ambient to zero alone doesn't quite do the job, since some triangles still get lit by the light source. The best combination I can find is:
set ambient=0
set direct=0.7
set reflect=0.0
set backface_cull=0
Which gives no shadows and only a few artifacts.
As an alternative, you might just consider showing the inside of the surface directly...that will create less visual artifacts, and so long as ambient and direct are sufficiently low, it will look reasonable in "ray".
util.ray_shadows(&heavy&)
set two_sided_lighting=1
set backface_cull=0
Example OPEN Surface
Example CLOSED Surface
To create what I'll call a closed surface (see images), you need to first make your atom selections, then create a new object for that selection then show the surface for that object.
Here's an example.
sel A, id 1-100
create B, A
show surface, B
To get a quick blob type surface (not as accurate):
set solvent_radius, 4
alter all, vdw=4
set surface_quality, 1
To get an accurate blob type surface:
set surface_quality, 1
alter all, b=50
alter all, q=1
set gaussian_resolution,5
map_new mapA, gaussian, 1, sele or pdb, 6
isosurface surfA, mapA
Notes: Set gaussian resolution is variable with a larger number causing a more smooth surface (4 is medium and 8 is very smooth).
The temperature factor field (b) has at least as much impact as the resolution setting, so increasing b factors is the more computationally efficient way of increasing the blur effect.
If you are displaying more then one surface in a .pse file you must create a new map for each one (if you have three you will create mapA for the first, mapB for the second and mapC for the third), then you apply an isosurface to each map (isosurface surfA, mapA - isosurface surfB, mapB - isosurface surfC, mapC).
If your protein or complex is too large to render ( runs out of RAM, for example) then check out the .
To optimize performance and responsiveness, PyMOL tends to defer compute-intensive tasks until their results are actually needed.
cmd.show(&surface&)
doesn't actually show a surface, it only sets the surface visibility flag on the atoms present (for future reference).
An actual surface won't be computed until PyMOL is asked to refresh or render the display.
When running a script, you can force an update by calling:
cmd.refresh()
after cmd.show.114网址导航您的位置: &
Connolly Surface on an Atomic Structure via Voronoi Diagram of Atoms}

我要回帖

更多关于 connolly surface 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信