
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://nesgwiki.chem.buffalo.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ertekina</id>
	<title>NESG Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://nesgwiki.chem.buffalo.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ertekina"/>
	<link rel="alternate" type="text/html" href="https://nesgwiki.chem.buffalo.edu/index.php/Special:Contributions/Ertekina"/>
	<updated>2026-04-26T01:23:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>https://nesgwiki.chem.buffalo.edu/index.php?title=Homodimer_Structure_Calculation_Using_CYANA&amp;diff=4113</id>
		<title>Homodimer Structure Calculation Using CYANA</title>
		<link rel="alternate" type="text/html" href="https://nesgwiki.chem.buffalo.edu/index.php?title=Homodimer_Structure_Calculation_Using_CYANA&amp;diff=4113"/>
		<updated>2012-08-28T12:36:02Z</updated>

		<summary type="html">&lt;p&gt;Ertekina: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== '''Introduction'''  ==&lt;br /&gt;
&lt;br /&gt;
CYANA versions 2.1 and up can perform structure calculation with automated NOE assignment for symmetric homodimers. The algorithm is slightly different from what is used to calculate monomers or asymmetric oligomers. Additional restraints are introduced to keep the molecule and the force field symmetric.&amp;amp;nbsp; A tutorial for homodimer structure calculation using CYANA 3.0 is avaliable [http://www.cyana.org/wiki/index.php/Homodimer_structure_calculation_with_automated_NOESY_assignment on-line]. &lt;br /&gt;
&lt;br /&gt;
== '''Input Data'''  ==&lt;br /&gt;
&lt;br /&gt;
Chemical shift assignment is performed for a single protein chain. Thus, the input for a symmetric homodimer calculation must include: &lt;br /&gt;
&lt;br /&gt;
*duplicated sequence file &lt;br /&gt;
*duplicated atom list &lt;br /&gt;
*duplicated external constraint files, if any&lt;br /&gt;
&lt;br /&gt;
=== '''Duplicated Sequence File'''  ===&lt;br /&gt;
&lt;br /&gt;
The protein sequence must be repeated twice with a linker between protein chains as in this example:&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;pre&amp;gt;MET 11&lt;br /&gt;
ALA 12&lt;br /&gt;
GLU 13&lt;br /&gt;
VAL 14&lt;br /&gt;
GLU 15&lt;br /&gt;
...&lt;br /&gt;
GLU 106&lt;br /&gt;
PL   107&lt;br /&gt;
LL2  108&lt;br /&gt;
...&lt;br /&gt;
LL2  128&lt;br /&gt;
LL2  129&lt;br /&gt;
LP   130&lt;br /&gt;
MET  211&lt;br /&gt;
ALA  212&lt;br /&gt;
GLU 213&lt;br /&gt;
VAL 214&lt;br /&gt;
GLU 215&lt;br /&gt;
...&lt;br /&gt;
GLU 306&amp;lt;/pre&amp;gt; &lt;br /&gt;
The CYANA residue library provides the following linker pseudo-residues: &amp;lt;tt&amp;gt;PL&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;LP&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;LL&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;LL2&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;LL5&amp;lt;/tt&amp;gt;. The first two are special transition &amp;quot;residues&amp;quot;, which are required to start and terminate the linker, respectively. The last three are intermediate linker &amp;quot;residues&amp;quot; of differing sizes, with &amp;quot;bonds&amp;quot; of standard length, double length and quintuple length. The &amp;quot;atoms&amp;quot; of these linker &amp;quot;residues&amp;quot; have zero mass and zero Van-der-Vaals radii, thus the linker can freely pass through the structure during simulated annealing. The &amp;quot;bonds&amp;quot; of the linker cannot be stretched, however, and it is necessary to use a linker of sufficient length to avoid putting unnatural strain on the subunits. &lt;br /&gt;
&lt;br /&gt;
It is convenient to have the residue numbers of the second subunit shifted by 100 or 200 compared to the first subunit. The first subunit in this example protein has residue numbers 11 to 106, while the second subunit has residue numbers from 211 to 306. It is not necessary to insert a linker exactly 94 residues long - hops in the residue numbers, such as between &amp;lt;tt&amp;gt;LP 130&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;MET 211&amp;lt;/tt&amp;gt;, are accepted. &lt;br /&gt;
&lt;br /&gt;
=== '''Duplicated Atom List'''  ===&lt;br /&gt;
&lt;br /&gt;
Chemical shifts in the atom list (.prot file) should be duplicated to include assignments for the second chain. &lt;br /&gt;
&amp;lt;pre&amp;gt; 155 119.362 0.000 N      11&lt;br /&gt;
 156   8.323 0.004 HN     11&lt;br /&gt;
 157  56.722 0.000 CA     11&lt;br /&gt;
 158   4.318 0.005 HA     11&lt;br /&gt;
 159  31.426 0.000 CB     11&lt;br /&gt;
 160   2.010 0.000 HB2    11&lt;br /&gt;
 161   2.137 0.000 HB3    11&lt;br /&gt;
...&lt;br /&gt;
1818 119.362 0.000 N     211&lt;br /&gt;
1819   8.323 0.004 HN    211&lt;br /&gt;
1820  56.722 0.000 CA    211&lt;br /&gt;
1821   4.318 0.005 HA    211&lt;br /&gt;
1822  31.426 0.000 CB    211&lt;br /&gt;
1823   2.010 0.000 HB2   211&lt;br /&gt;
1824   2.137 0.000 HB3   211&amp;lt;/pre&amp;gt; &lt;br /&gt;
=== '''Duplicated External Constraints'''  ===&lt;br /&gt;
&lt;br /&gt;
All external constraints, such as intramolecular UPLs, ACOs and hydrogen bond constraints, must be duplicated to include both chains, otherwise the symmetry of the model will be broken. Intermolecular UPLs should also be given as symmetric pairs. &lt;br /&gt;
&lt;br /&gt;
=== '''Modified init.cya'''  ===&lt;br /&gt;
&lt;br /&gt;
It is necessary to add a &amp;lt;tt&amp;gt;molecules define&amp;lt;/tt&amp;gt; statement to the &amp;lt;tt&amp;gt;init.cya&amp;lt;/tt&amp;gt; file. The statement tells CYANA to perform the symmetric homodimer calculation, and the residue ranges are used to maintain symmetry.&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;pre&amp;gt;name:=hr2106-cyana&lt;br /&gt;
cyanalib&lt;br /&gt;
read seq $name.seq&lt;br /&gt;
rmsdrange:=12..104,212..304&lt;br /&gt;
molecules define 11..106 211..306 &amp;lt;/pre&amp;gt; &lt;br /&gt;
== '''Automatic Calculation'''  ==&lt;br /&gt;
&lt;br /&gt;
Run the same &amp;lt;tt&amp;gt;CALC.cya&amp;lt;/tt&amp;gt; macro as usual. &lt;br /&gt;
&lt;br /&gt;
Though in principle CYANA is able to perform calculation of homodimer structures without external constraints, the proper convergence has not been observed yet, at least in Szyperski's lab. The typical result is two separate protein chains, instead of a dimer structure. The poor convergence is not that surprising given that symmetric homodimer calculation and NOE assignment is a massively degenerate problem, compared to the monomer case. &lt;br /&gt;
&lt;br /&gt;
The standard approach of using external intraresidue- and short-range UPL together with ACOs from TALOS does not improve convergence, since these constraints are purely ''intramolecular''. To &amp;quot;nudge&amp;quot; the structure calculation in the proper direction external ''intermolecular'' UPLs should be supplied. These are obtained from an X-filtered NOESY experiment on a 50:50 labeled/unlabeled protein mixture. &lt;br /&gt;
&lt;br /&gt;
It is not necessary to generate constraints for every cross-peak in the X-filtered NOESY spectrum. Instead, one should focus on a few strong cross-peaks, which can be '''manually''' assigned with absolute certainty. For example, the structure calculation of StR106 converged to the correct dimer geometry after adding a single intermolecular UPL constraint between an aromatic ring proton and a methyl group. &lt;br /&gt;
&lt;br /&gt;
== '''Manual Calculation'''  ==&lt;br /&gt;
&lt;br /&gt;
*Manual Run&lt;br /&gt;
&lt;br /&gt;
Similar to the automatic run, modify the &amp;lt;tt&amp;gt;seq&amp;lt;/tt&amp;gt; file, &amp;lt;tt&amp;gt;prot&amp;lt;/tt&amp;gt; list, &amp;lt;tt&amp;gt;init.cya&amp;lt;/tt&amp;gt;, and run the CYANA manual CALC macro as usual.&lt;/div&gt;</summary>
		<author><name>Ertekina</name></author>
	</entry>
</feed>