Skip to content

Commit

Permalink
html
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhuohan1999 committed Oct 3, 2023
1 parent 0c92f9d commit 4497cf4
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ We recommend using openmm 7.5.1 for using openNucleome, as openNucleome is built

Install openmm 7.5.1 with the following command: ``conda install -c conda-forge openmm=7.5.1``

Other required packages: numpy, pandas, mdanalysis, mdtraj.
Other required packages: numpy, pandas, scikit-learn, MDAnalysis, mdtraj.

.. toctree::
:maxdepth: 2
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h1>Welcome to openNucleome’s documentation!<a class="headerlink" href="#welco
<h1>Environment<a class="headerlink" href="#environment" title="Permalink to this headline"></a></h1>
<p>We recommend using openmm 7.5.1 for using openNucleome, as openNucleome is built based on openmm 7.5.1.</p>
<p>Install openmm 7.5.1 with the following command: <code class="docutils literal notranslate"><span class="pre">conda</span> <span class="pre">install</span> <span class="pre">-c</span> <span class="pre">conda-forge</span> <span class="pre">openmm=7.5.1</span></code></p>
<p>Other required packages: numpy, pandas, mdanalysis, mdtraj.</p>
<p>Other required packages: numpy, pandas, scikit-learn, MDAnalysis, mdtraj.</p>
<div class="toctree-wrapper compound">
<p class="caption"><span class="caption-text">Contents:</span></p>
<ul>
Expand Down
19 changes: 16 additions & 3 deletions docs/manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -500,11 +500,13 @@ <h1>Manual<a class="headerlink" href="#manual" title="Permalink to this headline

<dl class="py method">
<dt id="openNucleome.whole_nucleus_model.OpenNucleome.load_customized_settings">
<code class="sig-name descname"><span class="pre">load_customized_settings</span></code><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">force_field</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#openNucleome.whole_nucleus_model.OpenNucleome.load_customized_settings" title="Permalink to this definition"></a></dt>
<code class="sig-name descname"><span class="pre">load_customized_settings</span></code><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">force_field</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">k</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">1.0</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#openNucleome.whole_nucleus_model.OpenNucleome.load_customized_settings" title="Permalink to this definition"></a></dt>
<dd><p>Load customized force field settings</p>
<dl class="simple">
<dt>force_field (Pandas Dataframe, required) :</dt><dd><p>Store the flag of all the potentials and the parameter file names</p>
</dd>
<dt>k (float, required) :</dt><dd><p>The strength of force squeezing the nucleus (Default: 1.0)</p>
</dd>
</dl>
</dd></dl>

Expand All @@ -527,12 +529,23 @@ <h1>Manual<a class="headerlink" href="#manual" title="Permalink to this headline
<span id="damid-tsaseq-calculation"></span><h2>DamID_TSASeq_calculation<a class="headerlink" href="#module-openNucleome.utility.DamID_TSASeq_calculation" title="Permalink to this headline"></a></h2>
<dl class="py function">
<dt id="openNucleome.utility.DamID_TSASeq_calculation.DamID_TSASeq_calculation">
<code class="sig-name descname"><span class="pre">DamID_TSASeq_calculation</span></code><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">win_num</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#openNucleome.utility.DamID_TSASeq_calculation.DamID_TSASeq_calculation" title="Permalink to this definition"></a></dt>
<code class="sig-name descname"><span class="pre">DamID_TSASeq_calculation</span></code><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">traj_data</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">gLength</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">maternalIdx</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">paternalIdx</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">start_frame</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">end_frame</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#openNucleome.utility.DamID_TSASeq_calculation.DamID_TSASeq_calculation" title="Permalink to this definition"></a></dt>
<dd><p>The function computes the DamID and TSA-Seq signals</p>
<dl class="simple">
<dt>win_num (int, required) :</dt><dd><p>The index of traj that we hope to analyze.</p>
<dt>traj_data (string, required) :</dt><dd><p>The trajectory file</p>
</dd>
<dt>gLength (string, required) :</dt><dd><p>The difference between each two neighboring values in the file represents the length of the chromosome</p>
</dd>
<dt>maternalIdx (string, required) :</dt><dd><p>Index of each maternal chromosome</p>
</dd>
<dt>paternalIdx (string, required) :</dt><dd><p>Index of each paternal chromosome</p>
</dd>
<dt>start_frame (int, required) :</dt><dd><p>The starting analyzed frame</p>
</dd>
<dt>end_frame (int, required) :</dt><dd><p>The ending analyzed frame</p>
</dd>
</dl>
<p>DamID, TSA-Seq, N_speckle_clusters</p>
</dd></dl>

</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4497cf4

Please sign in to comment.