Skip to content

Commit

Permalink
Deploying to gh-pages from @ d5685b3 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ubyndr committed Apr 17, 2024
1 parent 595aed5 commit e5b293d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions _modules/pandasaurus_cxg/anndata_enricher.html
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@ <h1>Source code for pandasaurus_cxg.anndata_enricher</h1><div class="highlight">
<span class="sd"> Create a dictionary from enriched_df for mapping cell type ontology term IDs to their labels.</span>

<span class="sd"> Returns:</span>
<span class="sd"> A dictionary where keys are cell type ontology term IDs (e.g., &quot;CL:000001&quot;) and values are</span>
<span class="sd"> corresponding cell type labels (e.g., &quot;Neuron&quot;).</span>
<span class="sd"> Dict[str, str]: A dictionary where keys are cell type ontology term IDs (e.g., &quot;CL:000001&quot;) and</span>
<span class="sd"> values are corresponding cell type labels (e.g., &quot;Neuron&quot;).</span>

<span class="sd"> Raises:</span>
<span class="sd"> MissingEnrichmentProcess: If the enrichment process has not been performed, and the</span>
Expand Down
9 changes: 6 additions & 3 deletions pandasaurus_cxg/anndata_enricher.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,14 @@ <h2>Documentation<a class="headerlink" href="#documentation" title="Link to this
<dd><p>Create a dictionary from enriched_df for mapping cell type ontology term IDs to their labels.</p>
<dl class="field-list simple">
<dt class="field-odd">Returns<span class="colon">:</span></dt>
<dd class="field-odd"><p>000001”) and values are
corresponding cell type labels (e.g., “Neuron”).</p>
<dd class="field-odd"><p><dl class="simple">
<dt>A dictionary where keys are cell type ontology term IDs (e.g., “CL:000001”) and</dt><dd><p>values are corresponding cell type labels (e.g., “Neuron”).</p>
</dd>
</dl>
</p>
</dd>
<dt class="field-even">Return type<span class="colon">:</span></dt>
<dd class="field-even"><p>A dictionary where keys are cell type ontology term IDs (e.g., “CL</p>
<dd class="field-even"><p>Dict[str, str]</p>
</dd>
<dt class="field-odd">Raises<span class="colon">:</span></dt>
<dd class="field-odd"><p><a class="reference internal" href="utils/exception.html#pandasaurus_cxg.utils.exceptions.MissingEnrichmentProcess" title="pandasaurus_cxg.utils.exceptions.MissingEnrichmentProcess"><strong>MissingEnrichmentProcess</strong></a> – If the enrichment process has not been performed, and the
Expand Down
Loading

0 comments on commit e5b293d

Please sign in to comment.