Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help
Special pages
SBGrid Resources
SBGrid Consortium
SBGrid Data Bank
Software Webinars
PyMOL Webinar
PyMOL Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Huge surfaces
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
= Example = The output from the example below is shown below. The PDB 1AON has nearly 60,000 atoms. This isn't the largest PDB, but it's a good example. <gallery> Image:large_surface.png Image:large_surface_approx.png </gallery> == Strategy 1: Low resolution Gaussian Map == <source lang="python"> # load a whopping big PDB fetch 1aon, struct, async=0 # create a color spectrum over the object spectrum count, selection=struct # === now create a pseudo-fcalc map (a 3D volumetric scalar field) === # set the B-factors nice and high for smoothness set gaussian_b_floor, 40 # ~10 A map resolution set gaussian_resolution, 10 # ~10 A map spacing with a 10 A surrounding buffer # (you may need to vary this) map_new map, gaussian, 10, struct, 10 # create a surface from the map isosurface surf, map, 1.0 # now color the map based on the underlying protein ramp_new ramp, struct, [0,10], [atomic, atomic] color ramp, surf # hide the ramp disable ramp </source> == Strategy 2: CA-only model with oversized radii == <source lang="python"> # load a whopping big PDB fetch 1aon, struct, async=0 # reduce to CA atoms only remove struct & not guide # create a color spectrum over the object spectrum count, selection=struct # increase VDW radii to compensate volume of missing non-CA atoms alter struct, vdw=4 # increase VDW radius of solvent set solvent_radius, 4, struct # show molecular surface as surface </source> [[Category:Performance]]
Summary:
Please note that all contributions to PyMOL Wiki are considered to be released under the GNU Free Documentation License 1.2 (see
PyMOL Wiki:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Huge surfaces
(section)
Add topic