Mary,

The duplication idea was correct, but most likely needed to be done
via the command line for flexibility: duplicating a single object of
two+ chains results in an object of two+ chains.  Thus, calling rotate
on the new object will rotate both chains in the new object.  If you
want to just rotate one of the N chains, then you need to duplicate
just that single chain:

# create a new object from the original object's chain X
create newObj, origObj and chain X


You next need the rotate command:

rotate x, 22.5, object=obj01

where this would rotate 22.5 degrees around the x axis for the
duplicate object (probably called 'obj01').  You can also rotate
around any given axis:

rotate [ rX, rY, rZ ], a, obj01,

where rX, rY and rZ specify the axis about which to rotate, a is the
angle of rotation, and again, obj01 is the object.



Type "help rotate" to get help on rotating.

Translating is rather simple too:

translate [x,y,z], obj01

where [x,y,z] is the translation vector, eg. [1.25, 0.4, 15].  Again,
"help translate" for more help.

Cheers,

-- Jason


On Sat, Jun 5, 2010 at 4:15 PM, Mary B. Kennedy
<kenne...@its.caltech.edu> wrote:
> I am trying to create a view of a homomultimeric protein by duplicating the
> structure of its subunit and rotating them around a central axis.  I am
> finding this difficult as the commands don't always behave as I expect them
> to.  Can you tell me the best commands to use in this task.  For example -
> how to create duplicate objects (I'm doing this by using duplicate under A
> menu).  How to move one of the objects without the other.  I tried to
> "protect" one object then apply commands to the other object.  However, I
> can't figure out how to get the other object to move around a central axis.
>  When I use rotate, the object moves around an axis that I can't figure out
> how to define.  Then I am unable to figure out how to translate it.
> Thanks,
> Mary Kennedy
>
> Mary B. Kennedy                    E-mail: kenne...@its.caltech.edu
>
> Davis Professor of Biology        Phone: 626-395-3923
>
> Division of Biology 216-76        FAX: 626-395-8474
>
> Caltech                            Website:
> http://www.cco.caltech.edu/~mbklab/
>
> Pasadena, CA 91125
>
> "Man who says it can't be done, should not interrupt woman doing it." -
> Chinese Proverb (slightly edited)
>
> ------------------------------------------------------------------------------
> ThinkGeek and WIRED's GeekDad team up for the Ultimate
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
> lucky parental unit.  See the prize list and enter to win:
> http://p.sf.net/sfu/thinkgeek-promo
> _______________________________________________
> PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
> Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
> Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
>



-- 
Jason Vertrees, PhD
PyMOL Product Manager
Schrodinger, LLC

(e) jason.vertr...@schrodinger.com
(o) +1 (603) 374-7120

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

Reply via email to