[Chimera-users] display a coordinate system in view

Eric Pettersen pett at cgl.ucsf.edu
Fri Oct 9 10:13:18 PDT 2015


I’m not 1000% sure this would work completely right, but you could edit your structure files to add a fake 4-atom residue to “depict” the axes, one atom at the origin and the other three on the axes.  You might have to add CONECT records to get Chimera to bond them right, or you could use bond/~bond commands in Chimera afterward to set up the bonding.  I think Chimera would morph the “axes” along with the domains…

—Eric

> On Oct 9, 2015, at 9:54 AM, Elaine Meng <meng at cgl.ucsf.edu> wrote:
> 
> Now I’m thinking that the origin offsets and/or different centers of rotation of the invisible structure and the arrow-model might cause problems. I’m not sure, just trying to picture what might happen… if it looks wrong, that might be the reason.  If so, it might work to apply only the rotation part of the transformation to the arrow-model, but that would require a Python per-frame script (beyond my skill set, sorry).
> Elaine
> 
> On Oct 8, 2015, at 4:36 PM, Elaine Meng <meng at cgl.ucsf.edu> wrote:
> 
>> Hi Andy,
>> Well, you could open the attached BILD file (simple text format) to show coordinate axes. Scale, colors and origin can be edited, and you could open multiple copies. See BILD format description:
>> 
>> <http://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/bild.html>
>> 
>> However, the difficult part would be calculating the desired transformation from the domain movement to apply to these models at each step of your morph trajectory. It could be done within a per-frame script in the MD Movie tool (the tool that plays back the morph trajectory).  I haven’t tried it, but I imagine something like having an additional invisible copy of the structure with fixed coordinates, calculating the transformation that would be required to match some set of atoms in each domain from that fixed invisible model to their current position in the trajectory, and applying those transformations to the respective axis-object models.
>> 
>> <http://www.rbvi.ucsf.edu/chimera/docs/ContributedSoftware/movie/framemovie.html>
>> <http://www.rbvi.ucsf.edu/chimera/docs/ContributedSoftware/movie/movie.html#per-frame>
>> 
>> Per-frame scripts can be in Chimera commands or in Python (often needed if there aren’t commands to do what you need).  I tried using the “match” command with “move” specifying only the relevant axis-object model.  Unfortunately in a small test this didn’t work… I guess the “move” model has to be an atomic model, not an object (argh, so close and yet so far!).  Another thought is to actually move the the invisible model with “match" and then use the command “matrixcopy” to apply the same transformation to the  object model.  Then the per-frame script would also need to put the invisible model back to its original position, say with “reset” with its “move” option to move only the invisible model.  
>> 
>> <http://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/midas/match.html>
>> <http://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/midas/matrixcopy.html>
>> <http://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/midas/reset.html>
>> 
>> I think this would work but I only did small tests of the various parts of my suggestion.
>> I hope this helps,
>> Elaine
>> ----------
>> Elaine C. Meng, Ph.D. 
>> UCSF Computer Graphics Lab (Chimera team) and Babbitt Lab
>> Department of Pharmaceutical Chemistry
>> University of California, San Francisco
>> 
>> <XYZ-axes.bild>
>>> On Oct 8, 2015, at 2:20 PM, Byrd, Robert A. (NIH/NCI) [E] <byrdra at mail.nih.gov> wrote:
>>> 
>>> I would like to represent a xyz coordinate system by the unit vectors on the display with a molecule. Ideally, for a two domain protein, I would like to have two coordinate systems, one for each domain. In an ensemble of structures where one domain changes orientation with respect to the other, one coordinate system would move to the new position. It would be nice to then morph from one position to the next. This is straightforward with a set of structures and the morph utility in CHIMERA. The ability to add the two coordinate systems to the display, and have them ‘move’ or morph from one position to the other, would highlight the geometrical averaging that takes place.
>>> 
>>> Is this possible in CHIMERA?
>>> 
>>> Thanks
>>> Andy Byrd
>> 
>> _______________________________________________
>> Chimera-users mailing list
>> Chimera-users at cgl.ucsf.edu
>> http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users
> 
> 
> _______________________________________________
> Chimera-users mailing list
> Chimera-users at cgl.ucsf.edu
> http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users
> 





More information about the Chimera-users mailing list