Difference between revisions of "Pseudoatom"

From PyMOLWiki
Jump to navigation Jump to search
Line 35: Line 35:
  
 
[[Category:Commands|Pseudoatom]]
 
[[Category:Commands|Pseudoatom]]
 +
[[Category:States]]

Revision as of 09:12, 19 January 2009

DESCRIPTION

pseudoatom adds a pseudoatom to a molecular object, and will create the molecular object if it does not yet exist.

USAGE

pseudoatom object [, selection [, name [, resn [, resi [, chain
        [, segi [, elem [, vdw [, hetatm [, b [, q [, color [, label
        [, pos [, state [, mode [, quiet ]]]]]]]]]]]]]]]]]

You can set the following: selection, name, resn, resi, chain, segi, element, vdw, hetatm, b-factor, charge, color, label, pos (location in space), state, mode, and quiet.

EXAMPLE

# create the pseudoatom
pseudoatom tmpPoint, pos=[10, 10, 10]
# show it as a sphere.
show spheres, tmpPoint

# create another, with more options.
pseudoatom tmpPoint2, resi=40, chain=ZZ, b=40, color=tv_blue, pos=[-10, 0, 10]

# working example
load $TUT/1hpv.pdb
pseudoatom tmp, pos=[10.0, 17.0, -3.0]
show sticks, tmp expand 6
delete tmp

NOTES

pseudoatom can be used for a wide variety of random tasks where on must place an atom or a label in 3D space.

References

PyMOL Mailing List