<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Rotamer Graph — ProMod3 3.2.1 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="../_static/language_data.js"></script> <script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"></script> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="next" title="Disulfid Bond Evaluation" href="disulfid.html" /> <link rel="prev" title="Rotamer Library" href="rotamer_lib.html" /> <link rel="stylesheet" href="../_static/custom.css" type="text/css" /> <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" /> </head><body> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="rotamer-graph"> <h1>Rotamer Graph<a class="headerlink" href="#rotamer-graph" title="Permalink to this headline">¶</a></h1> <p>Once having a frame representing the rigid parts, the internal energies in rotamer groups can be calculated. To come to a final solution of the sidechain modelling problem, the pairwise energies also have to be evaluated and an overall solution has to be found. ProMod3 implements a <a class="reference internal" href="../core/graph_minimizer.html#promod3.core.GraphMinimizer" title="promod3.core.GraphMinimizer"><code class="xref py py-class docutils literal notranslate"><span class="pre">promod3.core.GraphMinimizer</span></code></a> that allows to find solutions using tree decomposition, A* and Monte Carlo algorithms.</p> <dl class="class"> <dt id="promod3.sidechain.RotamerGraph"> <em class="property">class </em><code class="descclassname">promod3.sidechain.</code><code class="descname">RotamerGraph</code><a class="headerlink" href="#promod3.sidechain.RotamerGraph" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference internal" href="#promod3.sidechain.RotamerGraph" title="promod3.sidechain.RotamerGraph"><code class="xref py py-class docutils literal notranslate"><span class="pre">RotamerGraph</span></code></a> objects inherits from <a class="reference internal" href="../core/graph_minimizer.html#promod3.core.GraphMinimizer" title="promod3.core.GraphMinimizer"><code class="xref py py-class docutils literal notranslate"><span class="pre">promod3.core.GraphMinimizer</span></code></a> and extends the minimizer by static initialization functions.</p> <dl class="staticmethod"> <dt id="promod3.sidechain.RotamerGraph.CreateFromRRMList"> <em class="property">static </em><code class="descname">CreateFromRRMList</code><span class="sig-paren">(</span><em>rotamer_groups</em><span class="sig-paren">)</span><a class="headerlink" href="#promod3.sidechain.RotamerGraph.CreateFromRRMList" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="staticmethod"> <dt id="promod3.sidechain.RotamerGraph.CreateFromFRMList"> <em class="property">static </em><code class="descname">CreateFromFRMList</code><span class="sig-paren">(</span><em>rotamer_groups</em><span class="sig-paren">)</span><a class="headerlink" href="#promod3.sidechain.RotamerGraph.CreateFromFRMList" title="Permalink to this definition">¶</a></dt> <dd><table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>rotamer_groups</strong> (<a class="reference external" href="https://docs.python.org/3.7/library/stdtypes.html#list" title="(in Python v3.7)"><code class="xref py py-class docutils literal notranslate"><span class="pre">list</span></code></a>) – <a class="reference internal" href="rotamer.html#promod3.sidechain.RRMRotamerGroup" title="promod3.sidechain.RRMRotamerGroup"><code class="xref py py-class docutils literal notranslate"><span class="pre">RRMRotamerGroup</span></code></a> or <a class="reference internal" href="rotamer.html#promod3.sidechain.FRMRotamerGroup" title="promod3.sidechain.FRMRotamerGroup"><code class="xref py py-class docutils literal notranslate"><span class="pre">FRMRotamerGroup</span></code></a> objects representing the possible sidechain conformations for every amino acid position.</td> </tr> </tbody> </table> </dd></dl> </dd></dl> </div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <h1 class="logo"><a href="../index.html">ProMod3</a></h1> <h3>Navigation</h3> <ul class="current"> <li class="toctree-l1 current"><a class="reference internal" href="../users.html">Users</a><ul class="current"> <li class="toctree-l2"><a class="reference internal" href="../gettingstarted.html">Getting Started</a></li> <li class="toctree-l2"><a class="reference internal" href="../actions/index.html">ProMod3 Actions</a></li> <li class="toctree-l2"><a class="reference internal" href="../buildsystem.html">Building ProMod3</a></li> <li class="toctree-l2"><a class="reference internal" href="../container/index.html">ProMod3 and Containers</a></li> <li class="toctree-l2"><a class="reference internal" href="../modelling/index.html"><code class="docutils literal notranslate"><span class="pre">modelling</span></code> - Protein Modelling</a></li> <li class="toctree-l2 current"><a class="reference internal" href="index.html"><code class="docutils literal notranslate"><span class="pre">sidechain</span></code> - Sidechain Modelling</a></li> <li class="toctree-l2"><a class="reference internal" href="../scoring/index.html"><code class="docutils literal notranslate"><span class="pre">scoring</span></code> - Loop Scoring</a></li> <li class="toctree-l2"><a class="reference internal" href="../loop/index.html"><code class="docutils literal notranslate"><span class="pre">loop</span></code> - Loop Handling</a></li> <li class="toctree-l2"><a class="reference internal" href="../core/index.html"><code class="docutils literal notranslate"><span class="pre">core</span></code> - ProMod3 Core Functionality</a></li> <li class="toctree-l2"><a class="reference internal" href="../core/setcompoundschemlib.html"><code class="docutils literal notranslate"><span class="pre">SetCompoundsChemlib()</span></code></a></li> <li class="toctree-l2"><a class="reference internal" href="../user_contributions.html">Contributing</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../developers.html">Developers</a></li> <li class="toctree-l1"><a class="reference internal" href="../license.html">License</a></li> <li class="toctree-l1"><a class="reference internal" href="../references.html">References</a></li> <li class="toctree-l1"><a class="reference internal" href="../changelog.html">Changelog</a></li> </ul> <div class="relations"> <h3>Related Topics</h3> <ul> <li><a href="../index.html">Documentation overview</a><ul> <li><a href="../users.html">Documentation For Users</a><ul> <li><a href="index.html"><code class="docutils literal notranslate"><span class="pre">sidechain</span></code> - Sidechain Modelling</a><ul> <li>Previous: <a href="rotamer_lib.html" title="previous chapter">Rotamer Library</a></li> <li>Next: <a href="disulfid.html" title="next chapter">Disulfid Bond Evaluation</a></li> </ul></li> </ul></li> </ul></li> </ul> </div> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> <form class="search" action="../search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="footer"> ©2013-2021, SIB - Swiss Institute of Bioinformatics and Biozentrum - University of Basel. | Powered by <a href="http://sphinx-doc.org/">Sphinx 1.8.4</a> & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.8</a> | <a href="../_sources/sidechain/graph.rst.txt" rel="nofollow">Page source</a> </div> </body> </html>