You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,7 @@
1
1
DiffuPy |build| |docs| |coverage|
2
2
=================================
3
3
4
-
DiffuPy is a generalizable Python implementation of the null diffusion algorithm for metabolomics data described by [1].
5
-
The package enables running the algorithm in heterogenous networks by abstracting
6
-
`NetworkX <http://networkx.github.io/>`_ classes.
7
-
4
+
DiffuPy is a generalizable Python implementation of the numerous label propagation algorithms inspired by the `diffuStats <https://github.com/b2slab/diffuStats>`_ R package [1]_.
8
5
9
6
Installation
10
7
------------
@@ -34,9 +31,8 @@ Generates the kernel of a given graph.
34
31
$ python3 -m diffupy kernel
35
32
36
33
37
-
Citation
38
-
--------
39
-
If you use diffuPy in your work, please cite the R implementation of the null diffusion algorithm [1]_ (more info in `diffuStats <https://github.com/b2slab/diffuStats>`_):
34
+
References
35
+
----------
40
36
41
37
.. [1] Picart-Armada, S., *et al.* (2017). `Null diffusion-based enrichment for metabolomics data <https://doi.org/10.1371/journal.pone.0189012>`_. *PloS one* 12.12.
0 commit comments