[Chimera-users] Mirror image proteins
Chu Ji
nancyji0217 at gmail.com
Sat Sep 1 08:32:34 PDT 2018
Hi Eric,
I was trying to get a mirror image of a PDB model and came across your thread. I know that you are typing in
m = chimera.openModels.list()[0]
for a in m.atoms:
crd = a.coord()
crd.z = 0 - crd.z
a.setCoord(crd)
in the Gen Control>IDLE section, but I also read on GitHub that I should change the [0] in openModels.list()[0]to the model specifier. What does that mean exactly? I tried to type in the PDB ID to replace the 0 but nothing happened…Could you show me an example? What if I want to flip Chain B of a certain model or just the entire model?
Thank you so much for your help! Looking forward to hearing from you.
Best,
Nancy
Sent from Mail for Windows 10
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://plato.cgl.ucsf.edu/pipermail/chimera-users/attachments/20180901/650f99da/attachment.html>
More information about the Chimera-users
mailing list