Skip to content

Commit

Permalink
Update gh-pages to output generated at c0ae6fd
Browse files Browse the repository at this point in the history
  • Loading branch information
npalacioescat committed Nov 16, 2024
1 parent f1212bc commit 2ff074e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
Binary file modified doctrees/analysis.doctree
Binary file not shown.
Binary file modified doctrees/environment.pickle
Binary file not shown.
Binary file modified doctrees/index.doctree
Binary file not shown.
7 changes: 6 additions & 1 deletion html/analysis.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h3>Navigation</h3>

<dl class="py function">
<dt class="sig sig-object py" id="funki.analysis.enrich">
<span class="sig-prename descclassname"><span class="pre">funki.analysis.</span></span><span class="sig-name descname"><span class="pre">enrich</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">data</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">net</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">methods</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">weight</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwargs</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#funki.analysis.enrich" title="Link to this definition"></a></dt>
<span class="sig-prename descclassname"><span class="pre">funki.analysis.</span></span><span class="sig-name descname"><span class="pre">enrich</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">data</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">net</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">methods</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">source</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">target</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">weight</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwargs</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#funki.analysis.enrich" title="Link to this definition"></a></dt>
<dd><p>Performs enrichment analysis using <a class="reference external" href="https://decoupler-py.readthedocs.io/en/latest/index.html">Decoupler</a> based on a given network
(e.g. gene set collection) and statistical method(s).</p>
<dl class="field-list simple">
Expand All @@ -126,6 +126,11 @@ <h3>Navigation</h3>
<code class="docutils literal notranslate"><span class="pre">'ulm'</span></code> and <code class="docutils literal notranslate"><span class="pre">'wsum'</span></code>. The option <code class="docutils literal notranslate"><span class="pre">'all'</span></code> performs all methods. To
see all the available methods, you can run <a class="reference external" href="https://decoupler-py.readthedocs.io/en/latest/generated/decoupler.show_methods.html#decoupler.show_methods">decoupler.show_methods()</a>
function</p></li>
<li><p><strong>source</strong> (<em>str</em>) – Column name from the provided <code class="docutils literal notranslate"><span class="pre">net</span></code> containing the gene
sets to enrich for.</p></li>
<li><p><strong>target</strong> (<em>str</em>) – Column name from the provided <code class="docutils literal notranslate"><span class="pre">net</span></code> containing the gene set
components (e.g. gene/protein names) that can be mapped back to the data
set variable names.</p></li>
<li><p><strong>weight</strong> (<em>NoneType</em><em> | </em><em>str</em>) – Defines the column in the network containing the weights to
use in the enrichment, defaults to <code class="docutils literal notranslate"><span class="pre">None</span></code>.</p></li>
<li><p><strong>**kwargs</strong> (<em>optional</em>) – Other keyword arguments that passed to
Expand Down
Loading

0 comments on commit 2ff074e

Please sign in to comment.