Skip to content

Commit

Permalink
deploy: aab59e8
Browse files Browse the repository at this point in the history
  • Loading branch information
janash committed Jul 2, 2024
1 parent 3e152ef commit 47d354b
Show file tree
Hide file tree
Showing 26 changed files with 145 additions and 154 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
61 changes: 24 additions & 37 deletions _sources/chapters/binding_site_investigation.ipynb

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions chapters/Creating_Plots_in_Jupyter_Notebooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@


<li class="toctree-l1"><a class="reference internal" href="EC_class_ligands_search.html">Enzyme Commission Class with Ligands</a></li>
<li class="toctree-l1"><a class="reference internal" href="binding_site_investigation.html">Investigation the Binding Site</a></li>
<li class="toctree-l1"><a class="reference internal" href="binding_site_investigation.html">Visualizing the Binding Site of a Protein-Ligand Complex</a></li>
</ul>

</div>
Expand Down Expand Up @@ -465,7 +465,7 @@ <h2>Using Matplotlib.pyplot<a class="headerlink" href="#using-matplotlib-pyplot"
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;matplotlib.collections.PathCollection at 0x7f7ce4593f90&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;matplotlib.collections.PathCollection at 0x7f959f7e06d0&gt;
</pre></div>
</div>
<img alt="../_images/ceaaf9ece89b08454dd7707908e35945d376737045e460c49eebbcadd1df23cf.png" src="../_images/ceaaf9ece89b08454dd7707908e35945d376737045e460c49eebbcadd1df23cf.png" />
Expand All @@ -481,7 +481,7 @@ <h2>Using Matplotlib.pyplot<a class="headerlink" href="#using-matplotlib-pyplot"
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>[&lt;matplotlib.lines.Line2D at 0x7f7ce45a2bd0&gt;]
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>[&lt;matplotlib.lines.Line2D at 0x7f95d03e4390&gt;]
</pre></div>
</div>
<img alt="../_images/720b0e757eaaa9fb1a4f291e9abd2db1cede159aac7a370b4b02faa4ef0066e2.png" src="../_images/720b0e757eaaa9fb1a4f291e9abd2db1cede159aac7a370b4b02faa4ef0066e2.png" />
Expand Down Expand Up @@ -579,7 +579,7 @@ <h2>Scatter Plots with Seaborn<a class="headerlink" href="#scatter-plots-with-se
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;Axes: xlabel=&#39;Protein Concentration (mg/mL)&#39;, ylabel=&#39;A595&#39;&gt;
</pre></div>
</div>
<img alt="../_images/88c52027db529de7c3ae7d423a47111ad4d11dc5acab0479ef51e2b280a83398.png" src="../_images/88c52027db529de7c3ae7d423a47111ad4d11dc5acab0479ef51e2b280a83398.png" />
<img alt="../_images/9438e736c04e40503966d7ee822ff397af5e941ae8b34a4f19231e1e006700d5.png" src="../_images/9438e736c04e40503966d7ee822ff397af5e941ae8b34a4f19231e1e006700d5.png" />
</div>
</div>
<div class="exercise admonition">
Expand Down Expand Up @@ -628,7 +628,7 @@ <h2>Scatter Plots with Seaborn<a class="headerlink" href="#scatter-plots-with-se
</div>
</div>
<div class="cell_output docutils container">
<img alt="../_images/a951e6aad5e398bb17cba2a433ced6358be44b366ddd21b896699eebb23e7172.png" src="../_images/a951e6aad5e398bb17cba2a433ced6358be44b366ddd21b896699eebb23e7172.png" />
<img alt="../_images/6ec0d1ce704b84c65b54fc9ffc117328a9b121b2a4e37f9f31285f82b8e9682d.png" src="../_images/6ec0d1ce704b84c65b54fc9ffc117328a9b121b2a4e37f9f31285f82b8e9682d.png" />
</div>
</div>
<div class="key admonition">
Expand Down
6 changes: 3 additions & 3 deletions chapters/EC_class_ligands_search.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Investigation the Binding Site" href="binding_site_investigation.html" />
<link rel="next" title="Visualizing the Binding Site of a Protein-Ligand Complex" href="binding_site_investigation.html" />
<link rel="prev" title="Molecular Visualization with iCN3D" href="MolVis_with_iCN3D.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
Expand Down Expand Up @@ -203,7 +203,7 @@


<li class="toctree-l1 current active"><a class="current reference internal" href="#">Enzyme Commission Class with Ligands</a></li>
<li class="toctree-l1"><a class="reference internal" href="binding_site_investigation.html">Investigation the Binding Site</a></li>
<li class="toctree-l1"><a class="reference internal" href="binding_site_investigation.html">Visualizing the Binding Site of a Protein-Ligand Complex</a></li>
</ul>

</div>
Expand Down Expand Up @@ -865,7 +865,7 @@ <h3>Exercise<a class="headerlink" href="#exercise" title="Link to this heading">
title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">Investigation the Binding Site</p>
<p class="prev-next-title">Visualizing the Binding Site of a Protein-Ligand Complex</p>
</div>
<i class="fa-solid fa-angle-right"></i>
</a>
Expand Down
2 changes: 1 addition & 1 deletion chapters/File_Parsing.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@


<li class="toctree-l1"><a class="reference internal" href="EC_class_ligands_search.html">Enzyme Commission Class with Ligands</a></li>
<li class="toctree-l1"><a class="reference internal" href="binding_site_investigation.html">Investigation the Binding Site</a></li>
<li class="toctree-l1"><a class="reference internal" href="binding_site_investigation.html">Visualizing the Binding Site of a Protein-Ligand Complex</a></li>
</ul>

</div>
Expand Down
2 changes: 1 addition & 1 deletion chapters/Linear_Regression.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@


<li class="toctree-l1"><a class="reference internal" href="EC_class_ligands_search.html">Enzyme Commission Class with Ligands</a></li>
<li class="toctree-l1"><a class="reference internal" href="binding_site_investigation.html">Investigation the Binding Site</a></li>
<li class="toctree-l1"><a class="reference internal" href="binding_site_investigation.html">Visualizing the Binding Site of a Protein-Ligand Complex</a></li>
</ul>

</div>
Expand Down
2 changes: 1 addition & 1 deletion chapters/Modifying_Ligands_with_rdkit.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@


<li class="toctree-l1"><a class="reference internal" href="EC_class_ligands_search.html">Enzyme Commission Class with Ligands</a></li>
<li class="toctree-l1"><a class="reference internal" href="binding_site_investigation.html">Investigation the Binding Site</a></li>
<li class="toctree-l1"><a class="reference internal" href="binding_site_investigation.html">Visualizing the Binding Site of a Protein-Ligand Complex</a></li>
</ul>

</div>
Expand Down
Loading

0 comments on commit 47d354b

Please sign in to comment.