Commit 47c6c7f6 authored by Jun Zhao's avatar Jun Zhao
Browse files

update website

parent 5124f2ef
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -19,12 +19,16 @@ Required modules: numpy, pandas, sklearn, tensorflow, keras
## Installation
The DAseq package can be installed from this GitHub repository.

~~~~
```r
devtools::install_github("KlugerLab/DAseq")
~~~~
```


## References
References of DAseq functions can be found [here](https://klugerlab.github.io/DAseq/reference/index.html).


## Usage
Please check DA-seq [tutorial](https://klugerlab.github.io/DAseq/pages/tutorial.html).
Please check DA-seq [tutorial](https://klugerlab.github.io/DAseq/articles/tutorial.html).

Data used in the tutorial is from [Sade-Feldman, Moshe, et al. (Cell. 2018)](https://www.sciencedirect.com/science/article/pii/S0092867418313941).
+7 −2
Original line number Diff line number Diff line
@@ -100,12 +100,17 @@
<h2 class="hasAnchor">
<a href="#installation" class="anchor"></a>Installation</h2>
<p>The DAseq package can be installed from this GitHub repository.</p>
<pre><code><a href="https://rdrr.io/pkg/devtools/man/reexports.html">devtools::install_github("KlugerLab/DA-seq")</a></code></pre>
<div class="sourceCode" id="cb1"><pre class="r"><span class="kw pkg">devtools</span><span class="kw ns">::</span><span class="fu"><a href="https://rdrr.io/pkg/devtools/man/reexports.html">install_github</a></span>(<span class="st">"KlugerLab/DAseq"</span>)</pre></div>
</div>
<div id="references" class="section level2">
<h2 class="hasAnchor">
<a href="#references" class="anchor"></a>References</h2>
<p>References of DAseq functions can be found <a href="https://klugerlab.github.io/DAseq/reference/index.html">here</a>.</p>
</div>
<div id="usage" class="section level2">
<h2 class="hasAnchor">
<a href="#usage" class="anchor"></a>Usage</h2>
<p>Please check DA-seq <a href="https://klugerlab.github.io/DAseq/pages/tutorial.html">tutorial</a>.</p>
<p>Please check DA-seq <a href="https://klugerlab.github.io/DAseq/articles/tutorial.html">tutorial</a>.</p>
<p>Data used in the tutorial is from <a href="https://www.sciencedirect.com/science/article/pii/S0092867418313941">Sade-Feldman, Moshe, et al. (Cell. 2018)</a>.</p>
</div>
</div>