Skip to content

Commit 3608481

Browse files
authored
Merge pull request #96 from netZoo/devel
Devel
2 parents dc8eb58 + be8301b commit 3608481

26 files changed

+203
-55
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Macos[![MAC](https://travis-ci-job-status.herokuapp.com/badge/netZoo/netZooM/mas
1111
netZooM is a MATLAB package of network methods.
1212

1313
## Zoo animals
14-
PANDA, LIONESS, PUMA, SPIDER, and optPANDA.
14+
(gpu)PANDA, (gpu)LIONESS, PUMA, SPIDER, and optPANDA.
1515

1616
## Quick guide
1717
`git clone https://github.com/netZoo/netZooM.git` into your local disk.
3.8 KB
Binary file not shown.
1.92 KB
Binary file not shown.
-53 Bytes
Binary file not shown.
2.44 KB
Binary file not shown.

docs/_build/html/.buildinfo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 01a9025aa3cdb89dfac98311664e22a1
3+
config: 3cbe1e0006f5a8207147f1ee802822b3
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_build/html/_sources/changelog.rst.txt

+43-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@
22
Changelog
33
==========
44

5-
* :feature:`-` added differential targeting tutorial
6-
* :release:`0.1.0 <2019-6-28>`
7-
* :feature:`-` Changelog added to the doc
5+
0.4.3 (2019-03-01)
6+
------------------
7+
8+
- gpuPANDA and gpuLIONESS
9+
- gpuPANDA and gpuLIONESS tutorials
10+
11+
0.4.2 (2019-01-09)
12+
------------------
13+
14+
- optPANDA
15+
- optPANDA tutorial
16+
17+
0.4.1 (2019-01-01)
18+
------------------
19+
20+
- Cross-plateform haramonization of PANDA behavior.
21+
- Data processing was set to 'Union' by default.
22+
23+
0.4.0 (2019-11-19)
24+
------------------
25+
26+
- SPIDER
27+
28+
0.3.0 (2019-11-17)
29+
------------------
30+
31+
- PUMA
32+
- differential targeting tutorial
33+
- GRAND database tutorial
34+
35+
0.2.0 (2019-11-13)
36+
------------------
37+
38+
- LIONESS
39+
- PANDA tutorial
40+
- LIONESS tutorial
41+
42+
0.1.0 (2019-5-28)
43+
------------------
44+
45+
- Changelog added to the doc
46+
47+
- PANDA

docs/_build/html/_sources/install/index.md.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ To install netZooM on your computer, please check the following requirements:
1010

1111
## Install
1212

13-
- git clone https://github.com/netZoo/netZooM.git
13+
- `git clone https://github.com/netZoo/netZooM.git`
1414

15-
- In MATLAB console, add netZooM to your path:
16-
17-
- `addpath(genpath('netZooM'))`
15+
- In MATLAB console, add netZooM to your path through `addpath(genpath('netZooM'))`
1816

1917
## Troubleshooting
2018

docs/_build/html/_sources/tutos/index.md.txt

+8
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@ Tutorials in netZooM are the following case studies:
55
- [Reconstruction of gene regulatory networks using PANDA](https://github.com/netZoo/netZooM/tree/master/tutorials/panda)
66

77
- [Generating single-sample gene regulatory networks using LIONESS](https://github.com/netZoo/netZooM/tree/master/tutorials/lioness)
8+
9+
- [Differential targeting analysis using PANDA and LIONESS](https://github.com/netZoo/netZooM/tree/devel/tutorials/differential_targeting)
10+
11+
- [Using GRAND database's API for reproducible network reconstruction](https://github.com/netZoo/netZooM/tree/devel/tutorials/grand_db)
12+
13+
- [Accurate reconstruction of gene regulatory networks using optPANDA](https://github.com/netZoo/netZooM/tree/devel/tutorials/opt_panda)
14+
15+
- [gpuPANDA and gpuLIONESS: Accelerated inference of gene regulatory networks using the Graphical Processing Unit](https://github.com/netZoo/netZooM/tree/devel/tutorials/gpu_panda_lioness)

docs/_build/html/_static/documentation_options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '0.1',
3+
VERSION: '0.2',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
FILE_SUFFIX: '.html',

docs/_build/html/changelog.html

+59-8
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Changelog &mdash; netZooM 0.1 documentation</title>
11+
<title>Changelog &mdash; netZooM 0.2 documentation</title>
1212

1313

1414

@@ -23,7 +23,7 @@
2323
<script type="text/javascript">
2424
var DOCUMENTATION_OPTIONS = {
2525
URL_ROOT:'./',
26-
VERSION:'0.1',
26+
VERSION:'0.2',
2727
LANGUAGE:'None',
2828
COLLAPSE_INDEX:false,
2929
FILE_SUFFIX:'.html',
@@ -68,7 +68,7 @@
6868

6969

7070
<div class="version">
71-
0.1
71+
0.2
7272
</div>
7373

7474

@@ -105,7 +105,16 @@
105105
<li class="toctree-l1"><a class="reference internal" href="tutos/index.html">Tutorials</a></li>
106106
</ul>
107107
<ul class="current">
108-
<li class="toctree-l1 current"><a class="current reference internal" href="#">Changelog</a></li>
108+
<li class="toctree-l1 current"><a class="current reference internal" href="#">Changelog</a><ul>
109+
<li class="toctree-l2"><a class="reference internal" href="#id1">0.4.3 (2019-03-01)</a></li>
110+
<li class="toctree-l2"><a class="reference internal" href="#id2">0.4.2 (2019-01-09)</a></li>
111+
<li class="toctree-l2"><a class="reference internal" href="#id3">0.4.1 (2019-01-01)</a></li>
112+
<li class="toctree-l2"><a class="reference internal" href="#id4">0.4.0 (2019-11-19)</a></li>
113+
<li class="toctree-l2"><a class="reference internal" href="#id5">0.3.0 (2019-11-17)</a></li>
114+
<li class="toctree-l2"><a class="reference internal" href="#id6">0.2.0 (2019-11-13)</a></li>
115+
<li class="toctree-l2"><a class="reference internal" href="#id7">0.1.0 (2019-5-28)</a></li>
116+
</ul>
117+
</li>
109118
</ul>
110119

111120

@@ -172,14 +181,56 @@
172181

173182
<div class="section" id="changelog">
174183
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h1>
184+
<div class="section" id="id1">
185+
<h2>0.4.3 (2019-03-01)<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
175186
<div class="section" id="Next release">
176187
<h2 style="margin-bottom: 0.3em;"><a class="reference external" href="https://github.com/netZoo/netZooM/tree/master">Next release</a></h2><ul class="simple">
177-
<li>[<span style="color: #40A056;">Feature</span>]<span>:</span><span> </span> added differential targeting tutorial</li>
188+
<li>gpuPANDA and gpuLIONESS tutorials</li>
189+
<li>gpuPANDA and gpuLIONESS</li>
190+
</ul>
191+
</div>
192+
</div>
193+
<div class="section" id="id2">
194+
<h2>0.4.2 (2019-01-09)<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
195+
<ul class="simple">
196+
<li>optPANDA</li>
197+
<li>optPANDA tutorial</li>
198+
</ul>
199+
</div>
200+
<div class="section" id="id3">
201+
<h2>0.4.1 (2019-01-01)<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h2>
202+
<ul class="simple">
203+
<li>Cross-plateform haramonization of PANDA behavior.</li>
204+
<li>Data processing was set to ‘Union’ by default.</li>
205+
</ul>
206+
</div>
207+
<div class="section" id="id4">
208+
<h2>0.4.0 (2019-11-19)<a class="headerlink" href="#id4" title="Permalink to this headline"></a></h2>
209+
<ul class="simple">
210+
<li>SPIDER</li>
211+
</ul>
212+
</div>
213+
<div class="section" id="id5">
214+
<h2>0.3.0 (2019-11-17)<a class="headerlink" href="#id5" title="Permalink to this headline"></a></h2>
215+
<ul class="simple">
216+
<li>PUMA</li>
217+
<li>differential targeting tutorial</li>
218+
<li>GRAND database tutorial</li>
219+
</ul>
220+
</div>
221+
<div class="section" id="id6">
222+
<h2>0.2.0 (2019-11-13)<a class="headerlink" href="#id6" title="Permalink to this headline"></a></h2>
223+
<ul class="simple">
224+
<li>LIONESS</li>
225+
<li>PANDA tutorial</li>
226+
<li>LIONESS tutorial</li>
178227
</ul>
179228
</div>
180-
<div class="section" id="0.1.0">
181-
<h2 style="margin-bottom: 0.3em;"><a class="reference external" href="https://github.com/netZoo/netZooM/tree/0.1.0">0.1.0</a> <span style="font-size: 75%;">2019-6-28</span></h2><ul class="simple">
182-
<li>[<span style="color: #40A056;">Feature</span>]<span>:</span><span> </span> Changelog added to the doc</li>
229+
<div class="section" id="id7">
230+
<h2>0.1.0 (2019-5-28)<a class="headerlink" href="#id7" title="Permalink to this headline"></a></h2>
231+
<ul class="simple">
232+
<li>Changelog added to the doc</li>
233+
<li>PANDA</li>
183234
</ul>
184235
</div>
185236
</div>

docs/_build/html/functions/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Functions &mdash; netZooM 0.1 documentation</title>
11+
<title>Functions &mdash; netZooM 0.2 documentation</title>
1212

1313

1414

@@ -23,7 +23,7 @@
2323
<script type="text/javascript">
2424
var DOCUMENTATION_OPTIONS = {
2525
URL_ROOT:'../',
26-
VERSION:'0.1',
26+
VERSION:'0.2',
2727
LANGUAGE:'None',
2828
COLLAPSE_INDEX:false,
2929
FILE_SUFFIX:'.html',
@@ -69,7 +69,7 @@
6969

7070

7171
<div class="version">
72-
0.1
72+
0.2
7373
</div>
7474

7575

docs/_build/html/genindex.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1111

12-
<title>Index &mdash; netZooM 0.1 documentation</title>
12+
<title>Index &mdash; netZooM 0.2 documentation</title>
1313

1414

1515

@@ -24,7 +24,7 @@
2424
<script type="text/javascript">
2525
var DOCUMENTATION_OPTIONS = {
2626
URL_ROOT:'./',
27-
VERSION:'0.1',
27+
VERSION:'0.2',
2828
LANGUAGE:'None',
2929
COLLAPSE_INDEX:false,
3030
FILE_SUFFIX:'.html',
@@ -68,7 +68,7 @@
6868

6969

7070
<div class="version">
71-
0.1
71+
0.2
7272
</div>
7373

7474

docs/_build/html/index.html

+13-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Home &mdash; netZooM 0.1 documentation</title>
11+
<title>Home &mdash; netZooM 0.2 documentation</title>
1212

1313

1414

@@ -23,7 +23,7 @@
2323
<script type="text/javascript">
2424
var DOCUMENTATION_OPTIONS = {
2525
URL_ROOT:'./',
26-
VERSION:'0.1',
26+
VERSION:'0.2',
2727
LANGUAGE:'None',
2828
COLLAPSE_INDEX:false,
2929
FILE_SUFFIX:'.html',
@@ -68,7 +68,7 @@
6868

6969

7070
<div class="version">
71-
0.1
71+
0.2
7272
</div>
7373

7474

@@ -218,7 +218,16 @@ <h1>Contents<a class="headerlink" href="#contents" title="Permalink to this head
218218
</div>
219219
<div class="toctree-wrapper compound">
220220
<ul>
221-
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a></li>
221+
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a><ul>
222+
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id1">0.4.3 (2019-03-01)</a></li>
223+
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id2">0.4.2 (2019-01-09)</a></li>
224+
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id3">0.4.1 (2019-01-01)</a></li>
225+
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id4">0.4.0 (2019-11-19)</a></li>
226+
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id5">0.3.0 (2019-11-17)</a></li>
227+
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id6">0.2.0 (2019-11-13)</a></li>
228+
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id7">0.1.0 (2019-5-28)</a></li>
229+
</ul>
230+
</li>
222231
</ul>
223232
</div>
224233
</div>

docs/_build/html/install/index.html

+5-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Installation guide &mdash; netZooM 0.1 documentation</title>
11+
<title>Installation guide &mdash; netZooM 0.2 documentation</title>
1212

1313

1414

@@ -23,7 +23,7 @@
2323
<script type="text/javascript">
2424
var DOCUMENTATION_OPTIONS = {
2525
URL_ROOT:'../',
26-
VERSION:'0.1',
26+
VERSION:'0.2',
2727
LANGUAGE:'None',
2828
COLLAPSE_INDEX:false,
2929
FILE_SUFFIX:'.html',
@@ -69,7 +69,7 @@
6969

7070

7171
<div class="version">
72-
0.1
72+
0.2
7373
</div>
7474

7575

@@ -189,9 +189,8 @@ <h2>Requirements<a class="headerlink" href="#requirements" title="Permalink to t
189189
<div class="section" id="install">
190190
<h2>Install<a class="headerlink" href="#install" title="Permalink to this headline"></a></h2>
191191
<ul class="simple">
192-
<li>git clone https://github.com/netZoo/netZooM.git</li>
193-
<li>In MATLAB console, add netZooM to your path:</li>
194-
<li><code class="docutils literal notranslate"><span class="pre">addpath(genpath('netZooM'))</span></code></li>
192+
<li><code class="docutils literal notranslate"><span class="pre">git</span> <span class="pre">clone</span> <span class="pre">https://github.com/netZoo/netZooM.git</span></code></li>
193+
<li>In MATLAB console, add netZooM to your path through <code class="docutils literal notranslate"><span class="pre">addpath(genpath('netZooM'))</span></code></li>
195194
</ul>
196195
</div>
197196
<div class="section" id="troubleshooting">

docs/_build/html/objects.inv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sphinx inventory version 2
22
# Project: netZooM
3-
# Version: 0.1
3+
# Version: 0.2
44
# The remainder of this file is compressed using zlib.
55
x�m�A
66
�0E�9E.P�[���B�c2��iF���m�Q�K��o�t;��X6�YkS�K=�m��[&y����X;?������Q�H�T���S�M�{�q*�D�B�

docs/_build/html/search.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Search &mdash; netZooM 0.1 documentation</title>
11+
<title>Search &mdash; netZooM 0.2 documentation</title>
1212

1313

1414

@@ -23,7 +23,7 @@
2323
<script type="text/javascript">
2424
var DOCUMENTATION_OPTIONS = {
2525
URL_ROOT:'./',
26-
VERSION:'0.1',
26+
VERSION:'0.2',
2727
LANGUAGE:'None',
2828
COLLAPSE_INDEX:false,
2929
FILE_SUFFIX:'.html',
@@ -68,7 +68,7 @@
6868

6969

7070
<div class="version">
71-
0.1
71+
0.2
7272
</div>
7373

7474

docs/_build/html/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)