<div dir="ltr"><div dir="ltr"><div>Thank you very much Dr. Elaine Meng, it has been very helpful.</div><div>thank you so much.</div><div>Best regards!</div><div><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div style="text-align:center"><font face="monospace, monospace"><br></font></div><div style="text-align:center"><i style="color:rgb(0,0,255);font-size:small"><font face="arial narrow, sans-serif"><br></font></i></div><div style="text-align:center"><font face="arial narrow, sans-serif">ATTE</font></div><div style="text-align:center"><font face="arial narrow, sans-serif">Fernando Villa Díaz</font></div><div style="text-align:center"><font face="monospace, monospace"><br></font></div></div></div></div></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El vie., 17 de may. de 2019 a la(s) 14:48, Elaine Meng (<a href="mailto:meng@cgl.ucsf.edu">meng@cgl.ucsf.edu</a>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Fernando,<br>
Method 2 in the tutorial already explains this situation.  First it uses “measure buriedArea” to get the total buried SAS and also assign values to the atoms.  Then it specifies the atoms that have buried SAS > 1.0 square angstroms for coloring.  Coloring is just the example, but you could also do selection of the atoms with buried SAS greater than some value (doesn’t have to be 1.0) and then write out a list of the residues in the selection.<br>
<br>
See the coloring commands you already used:<br>
<br>
> Command: color yellow #0.1@/buriedSASArea> 1<br>
> Command: color hot pink #0.2@/buriedSASArea> 1<br>
<br>
You could use “select” instead of “color” to select the atoms using their buried SAS values, for example:<br>
<br>
select @/buriedSASArea> 1<br>
<br>
You could use some other value than 1.0.  You will have to decide what you want.  The above will select the same atoms that your script colored.<br>
<br>
Then you can write a list of the atoms (or the residues containing those atoms) with menu: Actions… Write List or command “writesel”, e.g. to a file:<br>
<br>
writesel  your-output-file-pathname  itemType residue<br>
<br>
…or to the Reply Log:<br>
<br>
writesel  -  itemType residue<br>
<br>
<<a href="http://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/midas/select.html" rel="noreferrer" target="_blank">http://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/midas/select.html</a>><<a href="http://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/midas/writesel.html" rel="noreferrer" target="_blank">http://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/midas/writesel.html</a>><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>
<br>
> On May 17, 2019, at 12:20 PM, Fernando Villa <<a href="mailto:fer.vdl1928@gmail.com" target="_blank">fer.vdl1928@gmail.com</a>> wrote:<br>
> <br>
> The help that you have given me has generated great advances in my project and knowledge about the Chimera 1.13.1 program.<br>
> <br>
> I have a question about the functions mentioned above: <br>
> again if I run the tutorial of measure burried area in this case (SAS):<br>
> <br>
> Command: open 1avx<br>
> Command: ~ longbond<br>
> Command: split<br>
> Command: delete solvent     <br>
> Command: surface<br>
> Command: color sea green # 0.1<br>
> Command: color medium purple # 0.2<br>
> command: measure buriedArea # 0.1 # 0.2<br>
> SAS<br>
> Command: color yellow #0.1@/buriedSASArea> 1<br>
> Command: color hot pink #0.2@/buriedSASArea> 1<br>
> <image.png><br>
> Command: alias  ^face-me  set independent;  turn y -90 model  #0.1; turn y 90 model  #0.2; ~set independent <br>
> Command: alias  ^separate  move x $1 model  #0.2; center<br>
> Command: savepos closed <br>
> Command: face-me<br>
> Command: separate 18<br>
> Command: savepos open<br>
> surface > hide<br>
> <image.png><br>
> <br>
>   Could I know which residues participate in the interaction with a command line or a script (.py)?<br>
> <br>
> for not select manually the residues (to avoid this tedious part)<br>
> <br>
> I would greatly appreciate your help!<br>
> <br>
> best regards!<br>
> <br>
> ATTE<br>
> Fernando Villa Díaz<br>
<br>
</blockquote></div>