<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Wei,<div class=""><br class=""></div><div class="">  If you placed the copies of the subtomogram average, you could then use the Chimera "vop add" command to add them all together (or maybe better to use "vop maximum" so that the overlaps between two copies don't create double density) making a single map.  Then the "vop localCorrelation" command could compute the correlation between this assembled map and the original tomogram and color according to that correlation using the Chimera "Surface Color" tools to color by volume data value (using the local correlation map as the value).</div><div class=""><br class=""></div><div class="">  Chimera does almost nothing with Euler angles, and there are different Euler angle conventions you would need to worry about.  You would be better off if you had a 3x3 rotation matrix.  There is some Euler angle example of rotating a map and resampling it in the Chimera Python scripts web page but that seems like a hard approach.</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span><a href="http://plato.cgl.ucsf.edu/trac/chimera/attachment/wiki/Scripts/eulermove.py" class="">http://plato.cgl.ucsf.edu/trac/chimera/attachment/wiki/Scripts/eulermove.py</a></div><div class=""><br class=""></div><div class="">  Tom</div><div class=""><br class=""></div><div class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Jan 2, 2020, at 10:08 AM, Wei Zhang <<a href="mailto:zhangwei@umn.edu" class="">zhangwei@umn.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Elanie,<div class=""><br class=""></div><div class="">These functions are very very useful. Thank you.</div><div class="">I believe we can take advantage of these built-in functions in our procedures.</div><div class=""><br class=""></div><div class="">I have a follow-up question. If I have map (in mrc format), I wish to display it in Chimera at specific x, y, z position and at a certain Eular angle. How can I do it?</div><div class="">I can think of two ways:</div><div class="">(1) Modify the header of the map to include the position and orientation of the map, so Chimera can read and display it accordingly</div><div class="">(2) Have a special text file that include those information and have Chimera display it </div><div class=""><br class=""></div><div class="">Is there a better way to do it?</div><div class=""><br class=""></div><div class="">Thanks so much!</div><div class=""><br class=""></div><div class="">Wei</div><div class=""><br class=""></div></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jan 2, 2020 at 11:56 AM Elaine Meng <<a href="mailto:meng@cgl.ucsf.edu" class="">meng@cgl.ucsf.edu</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Hi Wei,<br class="">
Happy 2020!<br class="">
<br class="">
Chimera has a “vop localCorrelation” command that given two maps, creates a new map that is the local correlation (using a sliding box, for which the user can specify the box size).  Then the local-correlation map values can be used to color the isosurface of another map using the “Surface Color” tool or “scolor” command, and also show a color key.<br class="">
<<a href="http://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/midas/vop.html#localCorrelation" rel="noreferrer" target="_blank" class="">http://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/midas/vop.html#localCorrelation</a>><br class="">
<<a href="http://www.rbvi.ucsf.edu/chimera/docs/ContributedSoftware/surfcolor/surfcolor.html" rel="noreferrer" target="_blank" class="">http://www.rbvi.ucsf.edu/chimera/docs/ContributedSoftware/surfcolor/surfcolor.html</a>><br class="">
<<a href="http://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/midas/scolor.html" rel="noreferrer" target="_blank" class="">http://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/midas/scolor.html</a>><br class="">
<br class="">
ChimeraX also has these features, as commands “volume localCorrelation” and “color sample”, but cannot yet draw the color key.<br class="">
<<a href="http://rbvi.ucsf.edu/chimerax/docs/user/commands/volume.html#localCorrelation" rel="noreferrer" target="_blank" class="">http://rbvi.ucsf.edu/chimerax/docs/user/commands/volume.html#localCorrelation</a>><br class="">
<<a href="http://rbvi.ucsf.edu/chimerax/docs/user/commands/color.html#map" rel="noreferrer" target="_blank" class="">http://rbvi.ucsf.edu/chimerax/docs/user/commands/color.html#map</a>><br class="">
<br class="">
I hope this helps,<br class="">
Best,<br class="">
Elaine<br class="">
-----<br class="">
Elaine C. Meng, Ph.D.<br class="">
UCSF Chimera(X) team<br class="">
Department of Pharmaceutical Chemistry<br class="">
University of California, San Francisco<br class="">
<br class="">
> On Jan 1, 2020, at 8:40 AM, Wei Zhang <<a href="mailto:zhangwei@umn.edu" target="_blank" class="">zhangwei@umn.edu</a>> wrote:<br class="">
> <br class="">
> Hello,<br class="">
> Happy 2020!<br class="">
> <br class="">
> We are doing tomography reconstruction of retrovirus assemblies. Because the raw tomograms are very noisy, they can not be represented nicely using isosurfaces. I see other researchers in the field presented the tomo map in Chimera by superimposing subtomogram-averaged map onto the original tomogram according to the subunit's locations and  relative orientations. The color of the displayed subunits is based on the correlation coefficient between the averaged subunit map and the original density of the tomogram.<br class="">
> <br class="">
> One example is Fig.1B in this paper:<br class="">
> <a href="https://advances.sciencemag.org/content/5/11/eaaw3631" rel="noreferrer" target="_blank" class="">https://advances.sciencemag.org/content/5/11/eaaw3631</a><br class="">
> <br class="">
> We do use the program Dynamo for the subtomogram averaging procedure, so our data format is very similar to what was used in this paper. Is this feature is part of Chimera? Could we obtain the extended software? Or is this customer built and we need to contact the authors of the paper? Or shall we work out this procedure by ourselves with the help of Chimera experts?<br class="">
> <br class="">
> Thank you,<br class="">
> Wei<br class="">
<br class="">
</blockquote></div>
_______________________________________________<br class="">Chimera-dev mailing list<br class=""><a href="mailto:Chimera-dev@cgl.ucsf.edu" class="">Chimera-dev@cgl.ucsf.edu</a><br class="">http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-dev<br class=""></div></blockquote></div><br class=""></div></body></html>