Commit 4ced88af authored by smorabit's avatar smorabit
Browse files

changelog

parent 364d4d57
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
# scWGCNA 0.0.1 (2022-02-17)
# hdWGCNA 0.1.1.9000 (2022-05-05)
## Added
- Placeholder.
- `PlotKMEs` function to visualize the genes in a module ranked by kME.

## Changes
- Placeholder.
- Changed the name of the package from scWGCNA to hdWGCNA, since we plan to accommodate data types beyond single cell alone.
- Updated tutorial to recommend computing kMEs in a specific cell population.

# scWGCNA 0.0.0.9000 (2021-07-15)

+51.2 KiB (643 KiB)
Loading image diff...
+13 −0
Original line number Diff line number Diff line
@@ -94,6 +94,19 @@
      
    </div>

    <div class="section level2">
<h2 class="page-header" data-toc-text="0.1.1.9000" id="hdwgcna-0119000-2022-05-05">hdWGCNA 0.1.1.9000 (2022-05-05)<a class="anchor" aria-label="anchor" href="#hdwgcna-0119000-2022-05-05"></a></h2>
<div class="section level3">
<h3 id="added-0-1-1-9000">Added<a class="anchor" aria-label="anchor" href="#added-0-1-1-9000"></a></h3>
<ul><li>
<code>PlotKMEs</code> function to visualize the genes in a module ranked by kME.</li>
</ul></div>
<div class="section level3">
<h3 id="changes-0-1-1-9000">Changes<a class="anchor" aria-label="anchor" href="#changes-0-1-1-9000"></a></h3>
<ul><li>Changed the name of the package from scWGCNA to hdWGCNA, since we plan to accommodate data types beyond single cell alone.</li>
<li>Updated tutorial to recommend computing kMEs in a specific cell population.</li>
</ul></div>
</div>
  </div>

  <div class="col-md-3 hidden-xs hidden-sm" id="pkgdown-sidebar">
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ articles:
  network_visualizations: network_visualizations.html
  projecting_modules: projecting_modules.html
  projecting_modules_cross: projecting_modules_cross.html
last_built: 2022-05-06T04:52Z
last_built: 2022-05-06T05:01Z
urls:
  reference: https://smorabit.github.io/scWGCNA/reference
  article: https://smorabit.github.io/scWGCNA/articles
+1 −1
Original line number Diff line number Diff line
@@ -234,7 +234,7 @@
<span class="r-out co"><span class="r-pr">#&gt;</span>     }</span>
<span class="r-out co"><span class="r-pr">#&gt;</span>     out</span>
<span class="r-out co"><span class="r-pr">#&gt;</span> }</span>
<span class="r-out co"><span class="r-pr">#&gt;</span> &lt;bytecode: 0x7f918ddfd2a0&gt;</span>
<span class="r-out co"><span class="r-pr">#&gt;</span> &lt;bytecode: 0x7fac5b608050&gt;</span>
<span class="r-out co"><span class="r-pr">#&gt;</span> &lt;environment: namespace:hdWGCNA&gt;</span>
</code></pre></div>
    </div>
Loading