<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Elaine,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
thank you for your reply! </div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I was able to split the sequence in two, and now I have two chains. </div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I am having trouble separating the two chain in the display. I would like to physically separate them and orient them at an angle to show the residues. </div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thank you!</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Best, </div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Giulia</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Elaine Meng <meng@cgl.ucsf.edu><br>
<b>Sent:</b> Friday, March 13, 2020 4:08 PM<br>
<b>To:</b> Galotto, Giulia <ggalotto@wpi.edu><br>
<b>Cc:</b> chimera-users@cgl.ucsf.edu <chimera-users@cgl.ucsf.edu><br>
<b>Subject:</b> [EXT] Re: [Chimera-users] question about specific protein display</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Hi Giulia,<br>
First you have to decide how to divide the structure, e.g. figure out lists/ranges of residue numbers that will be in part 1, everything else in part 2.<br>
<br>
Open the structure and split it, specifying this list of residues.  For example, command<br>
<br>
open mystructure.pdb<br>
split atoms :20-46.A,200-350.A<br>
<br>
... to put residues 20-46 and 200-350 of chain A in one part, everything else in the other.  (If you don't need anything for your figures except the protein, it may be simpler to delete all nonprotein parts first, e.g. command "delete ~protein" before the split
 command.)<br>
<br>
See explanation of "split" command:<br>
<<a href="https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.rbvi.ucsf.edu%2Fchimera%2Fdocs%2FUsersGuide%2Fmidas%2Fsplit.html&amp;data=02%7C01%7Cggalotto%40wpi.edu%7C805fd1dec8884d0f905a08d7c78a5ca6%7C589c76f5ca1541f9884b55ec15a0672a%7C0%7C0%7C637197269402256083&amp;sdata=xg1Ji6B%2FX%2B1gPlTexxB9ra3zKCoBA5bfC%2FWWWWqSr9c%3D&amp;reserved=0">https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.rbvi.ucsf.edu%2Fchimera%2Fdocs%2FUsersGuide%2Fmidas%2Fsplit.html&amp;data=02%7C01%7Cggalotto%40wpi.edu%7C805fd1dec8884d0f905a08d7c78a5ca6%7C589c76f5ca1541f9884b55ec15a0672a%7C0%7C0%7C637197269402256083&amp;sdata=xg1Ji6B%2FX%2B1gPlTexxB9ra3zKCoBA5bfC%2FWWWWqSr9c%3D&amp;reserved=0</a>><br>
<br>
Then see this "opened interface" image tutorial for ideas on how to make a figure showing the interior.  You can generalize, i.e. you don't have to follow all the steps, just the ones that do the things you want like positioning the two parts, and you could
 use different display styles (spheres rather than molecular surface, for example), coloring, etc.<br>
<<a href="https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.rbvi.ucsf.edu%2Fchimera%2Fdocs%2FUsersGuide%2Ftutorials%2Fopenbook.html&amp;data=02%7C01%7Cggalotto%40wpi.edu%7C805fd1dec8884d0f905a08d7c78a5ca6%7C589c76f5ca1541f9884b55ec15a0672a%7C0%7C0%7C637197269402256083&amp;sdata=ynh7AJU16s1wjGbs2%2Ft3D2kURfOI9GuYdqT4yAe9L8k%3D&amp;reserved=0">https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.rbvi.ucsf.edu%2Fchimera%2Fdocs%2FUsersGuide%2Ftutorials%2Fopenbook.html&amp;data=02%7C01%7Cggalotto%40wpi.edu%7C805fd1dec8884d0f905a08d7c78a5ca6%7C589c76f5ca1541f9884b55ec15a0672a%7C0%7C0%7C637197269402256083&amp;sdata=ynh7AJU16s1wjGbs2%2Ft3D2kURfOI9GuYdqT4yAe9L8k%3D&amp;reserved=0</a>><br>
<br>
There are lots of tutorials including "getting started" if you don't know how to change display styles, colors, etc.<br>
<<a href="https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.rbvi.ucsf.edu%2Fchimera%2Fdocs%2FUsersGuide%2Fframetut.html&amp;data=02%7C01%7Cggalotto%40wpi.edu%7C805fd1dec8884d0f905a08d7c78a5ca6%7C589c76f5ca1541f9884b55ec15a0672a%7C0%7C0%7C637197269402256083&amp;sdata=8nxqt72HSvq0HFkavnLStrhuX9t9v%2BQnw%2FgmMkwytVQ%3D&amp;reserved=0">https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.rbvi.ucsf.edu%2Fchimera%2Fdocs%2FUsersGuide%2Fframetut.html&amp;data=02%7C01%7Cggalotto%40wpi.edu%7C805fd1dec8884d0f905a08d7c78a5ca6%7C589c76f5ca1541f9884b55ec15a0672a%7C0%7C0%7C637197269402256083&amp;sdata=8nxqt72HSvq0HFkavnLStrhuX9t9v%2BQnw%2FgmMkwytVQ%3D&amp;reserved=0</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>
> On Mar 13, 2020, at 9:06 AM, Galotto, Giulia <ggalotto@wpi.edu> wrote:<br>
> <br>
> Hi, <br>
> I am using Chimera to display a protein domain in my paper. <br>
> The domain has two mutations in the hydrophobic core: I would like to display the protein domain open in two parts, to show the buried residues exposed.<br>
> Could you guide me on how to do this?<br>
> Thank you so much for your help! <br>
> Best, <br>
> Giulia Galotto<br>
> PhD Student <br>
> Vidali Lab<br>
> Worcester Polytechnic Institute<br>
<br>
</div>
</span></font></div>
</body>
</html>