Skip to content

Commit

Permalink
deploy: ef6991f
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbrenas committed Dec 3, 2024
1 parent 2f4511f commit ee15729
Show file tree
Hide file tree
Showing 22 changed files with 2,181 additions and 3 deletions.
Binary file modified latest/.doctrees/Af1.doctree
Binary file not shown.
Binary file modified latest/.doctrees/Ag3.doctree
Binary file not shown.
Binary file modified latest/.doctrees/environment.pickle
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 6 additions & 0 deletions latest/Af1.html
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,12 @@ <h2>SNP and CNV frequency analysis<a class="headerlink" href="#snp-and-cnv-frequ
<tr class="row-even"><td><p><a class="reference internal" href="generated/malariagen_data.af1.Af1.gene_cnv_frequencies_advanced.html#malariagen_data.af1.Af1.gene_cnv_frequencies_advanced" title="malariagen_data.af1.Af1.gene_cnv_frequencies_advanced"><code class="xref py py-obj docutils literal notranslate"><span class="pre">gene_cnv_frequencies_advanced</span></code></a>(region, ...[, ...])</p></td>
<td><p>Group samples by taxon, area (space) and period (time), then compute gene CNV counts and frequencies.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="generated/malariagen_data.af1.Af1.haplotypes_frequencies.html#malariagen_data.af1.Af1.haplotypes_frequencies" title="malariagen_data.af1.Af1.haplotypes_frequencies"><code class="xref py py-obj docutils literal notranslate"><span class="pre">haplotypes_frequencies</span></code></a>(region, cohorts[, ...])</p></td>
<td><p>Compute haplotype frequencies for a region.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="generated/malariagen_data.af1.Af1.haplotypes_frequencies_advanced.html#malariagen_data.af1.Af1.haplotypes_frequencies_advanced" title="malariagen_data.af1.Af1.haplotypes_frequencies_advanced"><code class="xref py py-obj docutils literal notranslate"><span class="pre">haplotypes_frequencies_advanced</span></code></a>(region, ...)</p></td>
<td><p>Group samples by taxon, area (space) and period (time), then compute haplotype frequencies.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="generated/malariagen_data.af1.Af1.plot_frequencies_heatmap.html#malariagen_data.af1.Af1.plot_frequencies_heatmap" title="malariagen_data.af1.Af1.plot_frequencies_heatmap"><code class="xref py py-obj docutils literal notranslate"><span class="pre">plot_frequencies_heatmap</span></code></a>(df[, index, ...])</p></td>
<td><p>Plot a heatmap from a pandas DataFrame of frequencies, e.g., output from <cite>snp_allele_frequencies()</cite> or <cite>gene_cnv_frequencies()</cite>.</p></td>
</tr>
Expand Down
6 changes: 6 additions & 0 deletions latest/Ag3.html
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,12 @@ <h2>SNP and CNV frequency analysis<a class="headerlink" href="#snp-and-cnv-frequ
<tr class="row-even"><td><p><a class="reference internal" href="generated/malariagen_data.ag3.Ag3.gene_cnv_frequencies_advanced.html#malariagen_data.ag3.Ag3.gene_cnv_frequencies_advanced" title="malariagen_data.ag3.Ag3.gene_cnv_frequencies_advanced"><code class="xref py py-obj docutils literal notranslate"><span class="pre">gene_cnv_frequencies_advanced</span></code></a>(region, ...[, ...])</p></td>
<td><p>Group samples by taxon, area (space) and period (time), then compute gene CNV counts and frequencies.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="generated/malariagen_data.ag3.Ag3.haplotypes_frequencies.html#malariagen_data.ag3.Ag3.haplotypes_frequencies" title="malariagen_data.ag3.Ag3.haplotypes_frequencies"><code class="xref py py-obj docutils literal notranslate"><span class="pre">haplotypes_frequencies</span></code></a>(region, cohorts[, ...])</p></td>
<td><p>Compute haplotype frequencies for a region.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="generated/malariagen_data.ag3.Ag3.haplotypes_frequencies_advanced.html#malariagen_data.ag3.Ag3.haplotypes_frequencies_advanced" title="malariagen_data.ag3.Ag3.haplotypes_frequencies_advanced"><code class="xref py py-obj docutils literal notranslate"><span class="pre">haplotypes_frequencies_advanced</span></code></a>(region, ...)</p></td>
<td><p>Group samples by taxon, area (space) and period (time), then compute haplotype frequencies.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="generated/malariagen_data.ag3.Ag3.plot_frequencies_heatmap.html#malariagen_data.ag3.Ag3.plot_frequencies_heatmap" title="malariagen_data.ag3.Ag3.plot_frequencies_heatmap"><code class="xref py py-obj docutils literal notranslate"><span class="pre">plot_frequencies_heatmap</span></code></a>(df[, index, ...])</p></td>
<td><p>Plot a heatmap from a pandas DataFrame of frequencies, e.g., output from <cite>snp_allele_frequencies()</cite> or <cite>gene_cnv_frequencies()</cite>.</p></td>
</tr>
Expand Down
2 changes: 2 additions & 0 deletions latest/_sources/Af1.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ SNP and CNV frequency analysis
aa_allele_frequencies_advanced
gene_cnv_frequencies
gene_cnv_frequencies_advanced
haplotypes_frequencies
haplotypes_frequencies_advanced
plot_frequencies_heatmap
plot_frequencies_time_series
plot_frequencies_interactive_map
Expand Down
2 changes: 2 additions & 0 deletions latest/_sources/Ag3.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ SNP and CNV frequency analysis
aa_allele_frequencies_advanced
gene_cnv_frequencies
gene_cnv_frequencies_advanced
haplotypes_frequencies
haplotypes_frequencies_advanced
plot_frequencies_heatmap
plot_frequencies_time_series
plot_frequencies_interactive_map
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
malariagen\_data.af1.Af1.haplotypes\_frequencies
================================================

.. currentmodule:: malariagen_data.af1

.. automethod:: Af1.haplotypes_frequencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
malariagen\_data.af1.Af1.haplotypes\_frequencies\_advanced
==========================================================

.. currentmodule:: malariagen_data.af1

.. automethod:: Af1.haplotypes_frequencies_advanced
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
malariagen\_data.ag3.Ag3.haplotypes\_frequencies
================================================

.. currentmodule:: malariagen_data.ag3

.. automethod:: Ag3.haplotypes_frequencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
malariagen\_data.ag3.Ag3.haplotypes\_frequencies\_advanced
==========================================================

.. currentmodule:: malariagen_data.ag3

.. automethod:: Ag3.haplotypes_frequencies_advanced
Loading

0 comments on commit ee15729

Please sign in to comment.