Skip to content

Commit

Permalink
Deploying to gh-pages from @ 339f492 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
souzadevinicius committed Sep 5, 2024
1 parent 45a93dd commit 6224f1f
Show file tree
Hide file tree
Showing 49 changed files with 5,240 additions and 3,498 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


<link rel="icon" href="/pheval/assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.4.2, mkdocs-material-8.5.10">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-8.5.10">



Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="canonical" href="https://monarch-initiative.github.io/pheval/CODE_OF_CONDUCT/">

<link rel="icon" href="../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.4.2, mkdocs-material-8.5.10">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-8.5.10">



Expand Down
2 changes: 1 addition & 1 deletion about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="canonical" href="https://monarch-initiative.github.io/pheval/about/">

<link rel="icon" href="../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.4.2, mkdocs-material-8.5.10">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-8.5.10">



Expand Down
137 changes: 104 additions & 33 deletions api/pheval/analyse/analysis/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="canonical" href="https://monarch-initiative.github.io/pheval/api/pheval/analyse/analysis/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.4.2, mkdocs-material-8.5.10">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-8.5.10">



Expand Down Expand Up @@ -491,21 +491,21 @@

<li class="md-nav__item">
<a href="#src.pheval.analyse.analysis" class="md-nav__link">
src.pheval.analyse.analysis
analysis
</a>

</li>

<li class="md-nav__item">
<a href="#src.pheval.analyse.analysis.benchmark_directory" class="md-nav__link">
benchmark_directory()
benchmark_directory
</a>

</li>

<li class="md-nav__item">
<a href="#src.pheval.analyse.analysis.benchmark_run_comparisons" class="md-nav__link">
benchmark_run_comparisons()
benchmark_run_comparisons
</a>

</li>
Expand Down Expand Up @@ -1221,21 +1221,21 @@

<li class="md-nav__item">
<a href="#src.pheval.analyse.analysis" class="md-nav__link">
src.pheval.analyse.analysis
analysis
</a>

</li>

<li class="md-nav__item">
<a href="#src.pheval.analyse.analysis.benchmark_directory" class="md-nav__link">
benchmark_directory()
benchmark_directory
</a>

</li>

<li class="md-nav__item">
<a href="#src.pheval.analyse.analysis.benchmark_run_comparisons" class="md-nav__link">
benchmark_run_comparisons()
benchmark_run_comparisons
</a>

</li>
Expand Down Expand Up @@ -1265,6 +1265,7 @@ <h1>Analysis</h1>
<div class="doc doc-object doc-module">



<a id="src.pheval.analyse.analysis"></a>
<div class="doc doc-contents first">

Expand All @@ -1280,12 +1281,13 @@ <h1>Analysis</h1>




<div class="doc doc-object doc-function">



<h2 id="src.pheval.analyse.analysis.benchmark_directory" class="doc doc-heading">
<code class="highlight language-python"><span class="n">benchmark_directory</span><span class="p">(</span><span class="n">results_dir_and_input</span><span class="p">,</span> <span class="n">score_order</span><span class="p">,</span> <span class="n">output_prefix</span><span class="p">,</span> <span class="n">threshold</span><span class="p">,</span> <span class="n">gene_analysis</span><span class="p">,</span> <span class="n">variant_analysis</span><span class="p">,</span> <span class="n">disease_analysis</span><span class="p">,</span> <span class="n">plot_type</span><span class="p">)</span></code>
<code class="highlight language-python"><span class="n">benchmark_directory</span><span class="p">(</span><span class="n">results_dir_and_input</span><span class="p">,</span> <span class="n">score_order</span><span class="p">,</span> <span class="n">output_prefix</span><span class="p">,</span> <span class="n">threshold</span><span class="p">,</span> <span class="n">gene_analysis</span><span class="p">,</span> <span class="n">variant_analysis</span><span class="p">,</span> <span class="n">disease_analysis</span><span class="p">,</span> <span class="n">plot_type</span><span class="p">)</span></code>

</h2>

Expand All @@ -1294,6 +1296,8 @@ <h2 id="src.pheval.analyse.analysis.benchmark_directory" class="doc doc-heading"

<p>Benchmark prioritisation performance for a single run.</p>



<p><strong>Parameters:</strong></p>
<table>
<thead>
Expand All @@ -1310,7 +1314,11 @@ <h2 id="src.pheval.analyse.analysis.benchmark_directory" class="doc doc-heading"
<td>
<code><span title="pheval.analyse.run_data_parser.TrackInputOutputDirectories">TrackInputOutputDirectories</span></code>
</td>
<td><p>Input and output directories for tracking results.</p></td>
<td>
<div class="doc-md-description">
<p>Input and output directories for tracking results.</p>
</div>
</td>
<td>
<em>required</em>
</td>
Expand All @@ -1320,7 +1328,11 @@ <h2 id="src.pheval.analyse.analysis.benchmark_directory" class="doc doc-heading"
<td>
<code>str</code>
</td>
<td><p>The order in which scores are arranged, this can be either ascending or descending.</p></td>
<td>
<div class="doc-md-description">
<p>The order in which scores are arranged, this can be either ascending or descending.</p>
</div>
</td>
<td>
<em>required</em>
</td>
Expand All @@ -1330,7 +1342,11 @@ <h2 id="src.pheval.analyse.analysis.benchmark_directory" class="doc doc-heading"
<td>
<code>str</code>
</td>
<td><p>Prefix for the benchmark output file names.</p></td>
<td>
<div class="doc-md-description">
<p>Prefix for the benchmark output file names.</p>
</div>
</td>
<td>
<em>required</em>
</td>
Expand All @@ -1340,7 +1356,11 @@ <h2 id="src.pheval.analyse.analysis.benchmark_directory" class="doc doc-heading"
<td>
<code>float</code>
</td>
<td><p>The threshold for benchmark evaluation.</p></td>
<td>
<div class="doc-md-description">
<p>The threshold for benchmark evaluation.</p>
</div>
</td>
<td>
<em>required</em>
</td>
Expand All @@ -1350,7 +1370,11 @@ <h2 id="src.pheval.analyse.analysis.benchmark_directory" class="doc doc-heading"
<td>
<code>bool</code>
</td>
<td><p>Boolean flag indicating whether to benchmark gene results.</p></td>
<td>
<div class="doc-md-description">
<p>Boolean flag indicating whether to benchmark gene results.</p>
</div>
</td>
<td>
<em>required</em>
</td>
Expand All @@ -1360,7 +1384,11 @@ <h2 id="src.pheval.analyse.analysis.benchmark_directory" class="doc doc-heading"
<td>
<code>bool</code>
</td>
<td><p>Boolean flag indicating whether to benchmark variant results.</p></td>
<td>
<div class="doc-md-description">
<p>Boolean flag indicating whether to benchmark variant results.</p>
</div>
</td>
<td>
<em>required</em>
</td>
Expand All @@ -1370,7 +1398,11 @@ <h2 id="src.pheval.analyse.analysis.benchmark_directory" class="doc doc-heading"
<td>
<code>bool</code>
</td>
<td><p>Boolean flag indicating whether to benchmark disease results.</p></td>
<td>
<div class="doc-md-description">
<p>Boolean flag indicating whether to benchmark disease results.</p>
</div>
</td>
<td>
<em>required</em>
</td>
Expand All @@ -1380,17 +1412,21 @@ <h2 id="src.pheval.analyse.analysis.benchmark_directory" class="doc doc-heading"
<td>
<code>str</code>
</td>
<td><p>Type of plot for benchmark visualisation.</p></td>
<td>
<div class="doc-md-description">
<p>Type of plot for benchmark visualisation.</p>
</div>
</td>
<td>
<em>required</em>
</td>
</tr>
</tbody>
</table>

<details class="quote">
<summary>Source code in <code>src/pheval/analyse/analysis.py</code></summary>
<div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"> 53</span>
<details class="quote">
<summary>Source code in <code>src/pheval/analyse/analysis.py</code></summary>
<div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"> 53</span>
<span class="normal"> 54</span>
<span class="normal"> 55</span>
<span class="normal"> 56</span>
Expand Down Expand Up @@ -1490,17 +1526,18 @@ <h2 id="src.pheval.analyse.analysis.benchmark_directory" class="doc doc-heading"
<span class="n">benchmark_generator</span><span class="o">=</span><span class="n">DiseaseBenchmarkRunOutputGenerator</span><span class="p">(),</span>
<span class="p">)</span>
</code></pre></div></td></tr></table></div>
</details>
</details>
</div>

</div>


<div class="doc doc-object doc-function">



<h2 id="src.pheval.analyse.analysis.benchmark_run_comparisons" class="doc doc-heading">
<code class="highlight language-python"><span class="n">benchmark_run_comparisons</span><span class="p">(</span><span class="n">results_directories</span><span class="p">,</span> <span class="n">score_order</span><span class="p">,</span> <span class="n">output_prefix</span><span class="p">,</span> <span class="n">threshold</span><span class="p">,</span> <span class="n">gene_analysis</span><span class="p">,</span> <span class="n">variant_analysis</span><span class="p">,</span> <span class="n">disease_analysis</span><span class="p">,</span> <span class="n">plot_type</span><span class="p">)</span></code>
<code class="highlight language-python"><span class="n">benchmark_run_comparisons</span><span class="p">(</span><span class="n">results_directories</span><span class="p">,</span> <span class="n">score_order</span><span class="p">,</span> <span class="n">output_prefix</span><span class="p">,</span> <span class="n">threshold</span><span class="p">,</span> <span class="n">gene_analysis</span><span class="p">,</span> <span class="n">variant_analysis</span><span class="p">,</span> <span class="n">disease_analysis</span><span class="p">,</span> <span class="n">plot_type</span><span class="p">)</span></code>

</h2>

Expand All @@ -1509,6 +1546,8 @@ <h2 id="src.pheval.analyse.analysis.benchmark_run_comparisons" class="doc doc-he

<p>Benchmark prioritisation performance for several runs.</p>



<p><strong>Parameters:</strong></p>
<table>
<thead>
Expand All @@ -1525,7 +1564,11 @@ <h2 id="src.pheval.analyse.analysis.benchmark_run_comparisons" class="doc doc-he
<td>
<code><span title="typing.List">List</span>[<span title="pheval.analyse.run_data_parser.TrackInputOutputDirectories">TrackInputOutputDirectories</span>]</code>
</td>
<td><p>Input and output directories for tracking results.</p></td>
<td>
<div class="doc-md-description">
<p>Input and output directories for tracking results.</p>
</div>
</td>
<td>
<em>required</em>
</td>
Expand All @@ -1535,7 +1578,11 @@ <h2 id="src.pheval.analyse.analysis.benchmark_run_comparisons" class="doc doc-he
<td>
<code>str</code>
</td>
<td><p>The order in which scores are arranged, this can be either ascending or descending.</p></td>
<td>
<div class="doc-md-description">
<p>The order in which scores are arranged, this can be either ascending or descending.</p>
</div>
</td>
<td>
<em>required</em>
</td>
Expand All @@ -1545,7 +1592,11 @@ <h2 id="src.pheval.analyse.analysis.benchmark_run_comparisons" class="doc doc-he
<td>
<code>str</code>
</td>
<td><p>Prefix for the benchmark output file names.</p></td>
<td>
<div class="doc-md-description">
<p>Prefix for the benchmark output file names.</p>
</div>
</td>
<td>
<em>required</em>
</td>
Expand All @@ -1555,7 +1606,11 @@ <h2 id="src.pheval.analyse.analysis.benchmark_run_comparisons" class="doc doc-he
<td>
<code>float</code>
</td>
<td><p>The threshold for benchmark evaluation.</p></td>
<td>
<div class="doc-md-description">
<p>The threshold for benchmark evaluation.</p>
</div>
</td>
<td>
<em>required</em>
</td>
Expand All @@ -1565,7 +1620,11 @@ <h2 id="src.pheval.analyse.analysis.benchmark_run_comparisons" class="doc doc-he
<td>
<code>bool</code>
</td>
<td><p>Boolean flag indicating whether to benchmark gene results.</p></td>
<td>
<div class="doc-md-description">
<p>Boolean flag indicating whether to benchmark gene results.</p>
</div>
</td>
<td>
<em>required</em>
</td>
Expand All @@ -1575,7 +1634,11 @@ <h2 id="src.pheval.analyse.analysis.benchmark_run_comparisons" class="doc doc-he
<td>
<code>bool</code>
</td>
<td><p>Boolean flag indicating whether to benchmark variant results.</p></td>
<td>
<div class="doc-md-description">
<p>Boolean flag indicating whether to benchmark variant results.</p>
</div>
</td>
<td>
<em>required</em>
</td>
Expand All @@ -1585,7 +1648,11 @@ <h2 id="src.pheval.analyse.analysis.benchmark_run_comparisons" class="doc doc-he
<td>
<code>bool</code>
</td>
<td><p>Boolean flag indicating whether to benchmark disease results.</p></td>
<td>
<div class="doc-md-description">
<p>Boolean flag indicating whether to benchmark disease results.</p>
</div>
</td>
<td>
<em>required</em>
</td>
Expand All @@ -1595,17 +1662,21 @@ <h2 id="src.pheval.analyse.analysis.benchmark_run_comparisons" class="doc doc-he
<td>
<code>str</code>
</td>
<td><p>Type of plot for benchmark visualisation.</p></td>
<td>
<div class="doc-md-description">
<p>Type of plot for benchmark visualisation.</p>
</div>
</td>
<td>
<em>required</em>
</td>
</tr>
</tbody>
</table>

<details class="quote">
<summary>Source code in <code>src/pheval/analyse/analysis.py</code></summary>
<div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal">144</span>
<details class="quote">
<summary>Source code in <code>src/pheval/analyse/analysis.py</code></summary>
<div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal">144</span>
<span class="normal">145</span>
<span class="normal">146</span>
<span class="normal">147</span>
Expand Down Expand Up @@ -1705,7 +1776,7 @@ <h2 id="src.pheval.analyse.analysis.benchmark_run_comparisons" class="doc doc-he
<span class="n">benchmark_generator</span><span class="o">=</span><span class="n">DiseaseBenchmarkRunOutputGenerator</span><span class="p">(),</span>
<span class="p">)</span>
</code></pre></div></td></tr></table></div>
</details>
</details>
</div>

</div>
Expand Down
Loading

0 comments on commit 6224f1f

Please sign in to comment.