<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="blue" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">Hi Elaine,</p>
<p class="MsoNormal">Thanks<span style="font-family:"Segoe UI Emoji",sans-serif">😊</span>  and have a happy thanksgiving.</p>
<p class="MsoNormal">Regards</p>
<p class="MsoNormal">Krish</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Sent from <a href="https://go.microsoft.com/fwlink/?LinkId=550986">
Mail</a> for Windows</p>
<p class="MsoNormal"><o:p> </o:p></p>
<div style="mso-element:para-border-div;border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal" style="border:none;padding:0in"><b>From: </b><a href="mailto:meng@cgl.ucsf.edu">Elaine Meng</a><br>
<b>Sent: </b>Monday, November 21, 2022 1:43 PM<br>
<b>To: </b><a href="mailto:RKrishnan@BIOCRYST.com">Krishnan Raman</a><br>
<b>Cc: </b><a href="mailto:chimerax-users@cgl.ucsf.edu">ChimeraX Users Help</a><br>
<b>Subject: </b>Re: [chimerax-users] protein-protein interacting footprints</p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">[EXTERNAL]<br>
<br>
Hi Krish,<br>
Generally it would be in two steps: select interface, then apply action (e.g. coloring) to what was selected.<br>
<br>
Commands for identifying interface by various methods:<br>
<br>
(1) interfaces - chain-chain interfaces based on buried surface area, also draws diagrams with context menus for selecting the atoms involved<br>
<<a href="https://link.edgepilot.com/s/2b888668/z1ykJlP3oEq-Vl8yudq9mQ?u=https://rbvi.ucsf.edu/chimerax/docs/user/commands/interfaces.html">https://link.edgepilot.com/s/2b888668/z1ykJlP3oEq-Vl8yudq9mQ?u=https://rbvi.ucsf.edu/chimerax/docs/user/commands/interfaces.html</a>><br>
<br>
(2) contacts - pairwise atomic interactions identified by VDW overlap (i.e. 0 for touching VDW surfaces, positive for intersecting VDW surfaces; typically use negative value to include atoms that are almost touching), or by a simple center-to-center cutoff
 distance; includes option to select identified atoms<br>
<<a href="https://link.edgepilot.com/s/b61f5f32/pYIRVPHR00a8sQ8yeN4DhA?u=https://rbvi.ucsf.edu/chimerax/docs/user/commands/clashes.html">https://link.edgepilot.com/s/b61f5f32/pYIRVPHR00a8sQ8yeN4DhA?u=https://rbvi.ucsf.edu/chimerax/docs/user/commands/clashes.html</a>><br>
<br>
(3) a third approach is to just use a zone specification in the command (e.g. color, select, etc.), which uses a simple distance cutoff.  For example, to color red all atoms/ribbons/surfaces of protein residues in chain A with any atom within 3.8 angstroms
 of any protein residue in chain B:<br>
<br>
color (/A & protein) & (( /B & protein) :<3.8) red target ars<br>
<br>
...or for atom-based (could be partial residues colored rather than whole residues)<br>
<br>
color (/A & protein) & (( /B & protein) @<3.8) yellow target ars<br>
<br>
Of course you would have to additionally display the atoms to see their coloring.  Or you can select and color in separate steps,<br>
<br>
select (/A & protein) & (( /B & protein) @<3.8)<br>
color sel hot pink target ars<br>
<br>
<<a href="https://link.edgepilot.com/s/fb4dbf3f/DnbzhC5A5UiKDdUIclPkig?u=https://rbvi.ucsf.edu/chimerax/docs/user/commands/select.html%23new">https://link.edgepilot.com/s/fb4dbf3f/DnbzhC5A5UiKDdUIclPkig?u=https://rbvi.ucsf.edu/chimerax/docs/user/commands/select.html%23new</a>><br>
<<a href="https://link.edgepilot.com/s/59543046/YP1kcu6u4ECfDiorxYGkew?u=https://rbvi.ucsf.edu/chimerax/docs/user/commands/color.html%23simple">https://link.edgepilot.com/s/59543046/YP1kcu6u4ECfDiorxYGkew?u=https://rbvi.ucsf.edu/chimerax/docs/user/commands/color.html%23simple</a>><br>
<br>
There is no specific recommendation for 3.8, it's just there to show you that you can put in whatever distance you like.  Or, if you want to factor in the different VDW radii of atoms, you would use the "contacts" command instead.<br>
<br>
The menu entries: Select... Zone, Select... Contacts use these three methods depending on what options you choose, so you may want to try experimenting with that interactively to see what commands they generate, which will be shown in the Log.<br>
<br>
I hope this helps,<br>
Elaine<br>
-----<br>
Elaine C. Meng, Ph.D.<br>
UCSF Chimera(X) team<br>
Department of Pharmaceutical Chemistry<br>
University of California, San Francisco<br>
<br>
> On Nov 21, 2022, at 9:44 AM, Krishnan Raman via ChimeraX-users <chimerax-users@cgl.ucsf.edu> wrote:<br>
><br>
> Hi<br>
> Can you please point me to<br>
> Commands for calculating/coloring the interacting  interfaces (surfaces, atoms) for protein-protein interactions in chimerax?<br>
> Thanks<br>
> Krish<br>
<br>
<br>
<br>
Links contained in this email have been replaced. If you click on a link in the email above, the link will be analyzed for known threats. If a known threat is found, you will not be able to proceed to the destination. If suspicious content is detected, you
 will see a warning.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<style>
div.container {
background-color: #ffffff;
}
div.container p {
font-family: Arial;
font-size: 10px;
font-style: normal;
font-weight: normal;
text-decoration: none;
text-transform: none;
color: #000000;
background-color: #ffffff;
}
</style>
<div class="container">
<p></p>
<p></p>
<p></p>
<p>CONFIDENTIALITY NOTICE </p>
<p>This email, including any attachments, may contain confidential or legally privileged information that is intended only for the individual or entity to whom it is addressed. If you are not the intended recipient, please be advised that any dissemination,
 distribution or copying of this email and any attachment is strictly prohibited. If you have received this email in error, please reply to the sender so that BioCryst Pharmaceuticals, Inc. can take corrective measures and then permanently delete this email
 and any attachment, including any printed copies. Thank you.</p>
</div>
</body>
</html>